fix: optimize tooltips style (#365)

This commit is contained in:
Fine0830
2024-01-18 11:43:07 +08:00
committed by GitHub
parent 63e01540dc
commit f76500bb6e
6 changed files with 42 additions and 35 deletions

View File

@@ -171,20 +171,5 @@ limitations under the License. -->
}
</script>
<style lang="scss" scoped>
.hierarchy-services-topo {
position: relative;
}
.el-loading-spinner {
top: 30%;
}
#popover {
position: absolute;
visibility: hidden;
padding: 5px;
border: var(--sw-topology-border);
border-radius: 3px;
background-color: $theme-background;
}
@import url("../style.scss");
</style>