mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 07:36:14 +00:00
fix: tooltips
This commit is contained in:
parent
63e01540dc
commit
1eff7c128b
@ -743,6 +743,6 @@ limitations under the License. -->
|
||||
.hierarchy-related {
|
||||
height: 600px;
|
||||
width: 600px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -599,7 +599,7 @@ limitations under the License. -->
|
||||
.hierarchy-related {
|
||||
height: 600px;
|
||||
width: 600px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.micro-topo-chart {
|
||||
|
Loading…
Reference in New Issue
Block a user