From 74050152b7579db1378131c54e97ee9cb73613e1 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 15:33:02 +0800
Subject: [PATCH] 提交所有页面表格高度更改

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

diff --git a/src/views/mainPlan/abnormalProcessAnalysis/index.vue b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
index ce07e44..0b52b60 100644
--- a/src/views/mainPlan/abnormalProcessAnalysis/index.vue
+++ b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
@@ -40,7 +40,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 270 + "px;")
+const height = ref(document.documentElement.clientHeight - 180 + "px;")
 
 const data = reactive({
   form: {},

--
Gitblit v1.9.3