From 47819106bfd6c0be7cae581e5dec7f1926293d8c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 03 一月 2025 17:12:44 +0800
Subject: [PATCH] 首页样式优化、流程待办表格数据完善

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

diff --git a/src/views/index.vue b/src/views/index.vue
index b4cd025..954a9f3 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -83,13 +83,13 @@
         <div class="flex">
             <div class="flex_card">
                 <el-card>
-                    <NoticeTable style="height: 360px" />
+                    <NoticeTable style="height: 340px" />
                 </el-card>
             </div>
             <!-- 娑堟伅閫氱煡 -->
             <div class="flex_card">
                 <el-card>
-                    <TidingsTable style="height: 360px" />
+                    <TidingsTable style="height: 340px" />
                 </el-card>
             </div>
             <!-- 鍦板浘 -->

--
Gitblit v1.8.0