From 79df9edd9dddab0ffddd1173357438fca454703a Mon Sep 17 00:00:00 2001
From: aps07 <291105840@qq.com>
Date: 星期六, 10 五月 2025 13:12:15 +0800
Subject: [PATCH] i18n版本更替

---
 src/views/basicData/calendarView/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/calendarView/index.vue b/src/views/basicData/calendarView/index.vue
index 6bc1757..800243c 100644
--- a/src/views/basicData/calendarView/index.vue
+++ b/src/views/basicData/calendarView/index.vue
@@ -211,7 +211,7 @@
     }
     .item {
       width: calc(100% / 7);
-      height: 80px;
+      height: 92px;
       text-align: center;
       border-top: 1px solid #ccc;
       border-right: 1px solid #ccc;
@@ -221,7 +221,7 @@
       .text_cell_right {
         text-align: right;
         margin-right:20px;
-        margin-top:20px;
+        margin-top:30px;
       }
       .text_cell {
         padding-top: 10px;

--
Gitblit v1.9.3