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 {
height: 600px;
width: 600px;
overflow: auto;
overflow: hidden;
}
</style>

View File

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

View File

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

View File

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