fix: tooltips

This commit is contained in:
Fine 2024-01-18 10:52:44 +08:00
parent 63e01540dc
commit 1eff7c128b
4 changed files with 6 additions and 4 deletions

View File

@ -743,6 +743,6 @@ limitations under the License. -->
.hierarchy-related { .hierarchy-related {
height: 600px; height: 600px;
width: 600px; width: 600px;
overflow: auto; overflow: hidden;
} }
</style> </style>

View File

@ -172,7 +172,7 @@ limitations under the License. -->
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.hierarchy-services-topo { .hierarchy-services-topo {
position: relative; position: absolute;
} }
.el-loading-spinner { .el-loading-spinner {
@ -186,5 +186,6 @@ limitations under the License. -->
border: var(--sw-topology-border); border: var(--sw-topology-border);
border-radius: 3px; border-radius: 3px;
background-color: $theme-background; background-color: $theme-background;
z-index: 9999;
} }
</style> </style>

View File

@ -181,7 +181,7 @@ limitations under the License. -->
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.hierarchy-services-topo { .hierarchy-services-topo {
position: relative; position: absolute;
} }
.el-loading-spinner { .el-loading-spinner {
@ -195,5 +195,6 @@ limitations under the License. -->
border: var(--sw-topology-border); border: var(--sw-topology-border);
border-radius: 3px; border-radius: 3px;
background-color: $theme-background; background-color: $theme-background;
z-index: 9999;
} }
</style> </style>

View File

@ -599,7 +599,7 @@ limitations under the License. -->
.hierarchy-related { .hierarchy-related {
height: 600px; height: 600px;
width: 600px; width: 600px;
overflow: auto; overflow: hidden;
} }
.micro-topo-chart { .micro-topo-chart {