diff --git a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue index 9860c8740..4178fd249 100644 --- a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue +++ b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue @@ -343,10 +343,13 @@ padding: 10px; max-height: 400px; min-height: 200px; + height: 100%; .tooltip-box-chart{ border: 1px solid #E7EAED; width: 400px; - height: 400px; + max-height: 400px; + min-height: 200px; + height: 100%; margin-right: 10px; } .tooltip-box-info{ diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index 2e00d77c5..1198464a6 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -251,7 +251,7 @@
-