From 2d490943e72a4668413b5fe1e091bfaa15398f4e Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 08 五月 2025 14:17:46 +0800
Subject: [PATCH] 提交钣金异常料号报表静态页及联调,工艺路线下拉加载表格加入节流优化避免下拉加载1s之内多次调用接口问题

---
 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