From 74050152b7579db1378131c54e97ee9cb73613e1 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 15:33:02 +0800
Subject: [PATCH] 提交所有页面表格高度更改
---
src/views/mainPlan/weldSeam/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mainPlan/weldSeam/index.vue b/src/views/mainPlan/weldSeam/index.vue
index 56b39ea..8b67ca3 100644
--- a/src/views/mainPlan/weldSeam/index.vue
+++ b/src/views/mainPlan/weldSeam/index.vue
@@ -181,7 +181,7 @@
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);
-const height = ref(document.documentElement.clientHeight - 210 + "px;")
+const height = ref(document.documentElement.clientHeight - 170 + "px;")
const exampleHeight = ref("500px");
const uploadRef = ref();
const exampleList = ref([]);
--
Gitblit v1.9.3