From 1d3e8e3a14f09e42ee47d8e8b6cc5feb6c4f7c79 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Feb 2026 16:24:38 +0800
Subject: [PATCH] feat:区域划分绘制逻辑、编辑逻辑优化调整

---
 applications/task-work-order/src/styles/common/cockpit.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 99865c3..875068c 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -1213,7 +1213,7 @@
   // }
   .el-input,
   .el-input-number {
-    width: 0;
+    min-width: 200px;
     flex: 1;
 
     .el-input__wrapper {

--
Gitblit v1.9.3