From 656dad2f3e2ed26ba9b9768eddeb3141a8ad0625 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 2 Sep 2025 14:22:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BA=95=E9=83=A8=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/kpiOverView/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/perfManage/kpiOverView/index.vue b/src/views/perfManage/kpiOverView/index.vue index c9b9d2d5..a1ff19ad 100644 --- a/src/views/perfManage/kpiOverView/index.vue +++ b/src/views/perfManage/kpiOverView/index.vue @@ -1203,9 +1203,7 @@ const tableRowConfig = computed(() => { border-radius: 4px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); - height: calc(100vh - 200px); - display: flex; - flex-direction: column; + } [data-theme='light'] .chart-wrapper { @@ -1219,8 +1217,7 @@ const tableRowConfig = computed(() => { .chart-container { height: 450px; width: 100%; - min-height: 400px; - position: relative; + } .table-container {