mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: tooltips
This commit is contained in:
parent
63e01540dc
commit
1eff7c128b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user