From 56adf45649a3994dfef999706d2eb2291c9a2b6a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 22 Jul 2025 17:57:41 +0800
Subject: [PATCH] feat:日历恢复

---
 src/views/wel/components/calendarBox.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index 293be99..3655799 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -163,14 +163,12 @@
       start_date: newDate.startOf('month').format('YYYY-MM-DD HH:mm:ss'),
       end_date: newDate.endOf('month').format('YYYY-MM-DD HH:mm:ss'),
     };
-
     // 如果是当前月份,则选中当天;否则清除选中
     if (isCurrentMonth(newMonth)) {
       selectedDate.value = new Date();
     } else {
       selectedDate.value = null;
     }
-
     nextTick(() => {
       updateCalendarSelection();
     });
@@ -368,7 +366,7 @@
 
       span {
         font-weight: 600;
-        font-size: 18px;
+        font-size: 17px;
         color: #029d36;
         margin-left: 2px;
       }

--
Gitblit v1.9.3