From aeab4cc056c4cfc76f8bd9f320b98d51f6ba0d28 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 28 Jul 2025 17:33:45 +0800
Subject: [PATCH] Merge branch 'refs/heads/dev' into test

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

diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index 0eed555..899c4fa 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -331,11 +331,9 @@
       font-size: 14px;
       color: #363636;
     }
-    // .el-calendar-table .el-calendar-day {
-    //   height: pxToVh(88) !important;
-    // }
+   
  &.five-rows .el-calendar-table .el-calendar-day {
-    height: pxToVh(88) !important;
+    height: pxToVh(92) !important;
   }
   
   &.six-rows .el-calendar-table .el-calendar-day {

--
Gitblit v1.9.3