From b1d99387aaffceb3e880afaf747282edb656465a Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Fri, 22 Dec 2023 10:45:08 +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 e75cfd3..9967945 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -84,7 +84,7 @@ const total = ref(0) // 日历添加的记录提醒统计 } .left-content { - width: calc(100% - 550px); + width: calc(100% - 350px); height: 100%; .header-box { @@ -141,7 +141,7 @@ const total = ref(0) // 日历添加的记录提醒统计 } .right-content { - width: 530px; + width: 330px; height: 100%; .week-calendar { width: 100%;