From ef2910286d6d83b4933efd73bbe913df638f4b6a Mon Sep 17 00:00:00 2001 From: Zhao Zhao Shen Date: Wed, 12 Mar 2025 17:09:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Dashboard/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Dashboard/index.vue b/src/views/Dashboard/index.vue index 14f3621..c0bd104 100644 --- a/src/views/Dashboard/index.vue +++ b/src/views/Dashboard/index.vue @@ -983,7 +983,7 @@ onUnmounted(() => { .upper-section { display: flex; width: 100%; - height: 60%; + height: 65%; /* 调整高度 */ } @@ -1209,7 +1209,7 @@ onUnmounted(() => { /* 下部区域样式 */ .lower-section { width: 100%; - height: 24%; + height: 20%; /* 调整高度 */ display: flex; justify-content: center;