From 74050152b7579db1378131c54e97ee9cb73613e1 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期五, 25 四月 2025 15:33:02 +0800 Subject: [PATCH] 提交所有页面表格高度更改 --- src/views/basicData/calendar/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/basicData/calendar/index.vue b/src/views/basicData/calendar/index.vue index 9a4549a..3cb4745 100644 --- a/src/views/basicData/calendar/index.vue +++ b/src/views/basicData/calendar/index.vue @@ -411,7 +411,7 @@ const shopList = ref([]); const allShopList = ref([]); const processList = ref([]); -const height = ref(document.documentElement.clientHeight - 260 + "px;"); +const height = ref(document.documentElement.clientHeight - 220 + "px;"); // 琛ㄦ牸閰嶇疆-鍒楄〃 const columns = ref([ { type: "checkbox", width: 60, align: "center" }, -- Gitblit v1.9.3