From 3d5e5d8ff33d656b0b69450b722f037b22f16c6c Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Fri, 22 Dec 2023 10:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 9967945..b8c6c01 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -89,7 +89,7 @@ const total = ref(0) // 日历添加的记录提醒统计 .header-box { width: 100%; - height: 140px; + height: 90px; display: flex; justify-content: space-between; @@ -116,7 +116,7 @@ const total = ref(0) // 日历添加的记录提醒统计 .echart-box { width: 100%; - height: calc(100% - 160px); + height: calc(100% - 110px); margin-top: 20px; display: flex; flex-wrap: wrap;