From 1621b6837f856993a4c5df06ef6004da33dfd2d9 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 18 一月 2024 08:49:41 +0800
Subject: [PATCH] 1.车间编码修改
---
src/views/mouldManager/mouldCheckStand.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/mouldManager/mouldCheckStand.vue b/src/views/mouldManager/mouldCheckStand.vue
index 1eacea2..a560f00 100644
--- a/src/views/mouldManager/mouldCheckStand.vue
+++ b/src/views/mouldManager/mouldCheckStand.vue
@@ -232,7 +232,7 @@
:visible.sync="mouldDialogVisible"
width="800px"
:close-on-click-modal="false"
- top="15vh"
+ top="8vh"
@closed="handleMouldClose"
@close="handleMouldClose"
>
@@ -248,7 +248,7 @@
:props="defaultProps"
show-checkbox
node-key="code"
- style="margin-top:15px"
+ style="margin-top:15px;height: 550px;overflow: auto"
default-expand-all
:filter-node-method="filterNode"
/>
--
Gitblit v1.9.3