From f37615524d6a8e8badbdcccacfe598ab1fb62582 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:15:16 +0800
Subject: [PATCH] 调试

---
 components/mold.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index d3a022a..0da01db 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -680,9 +680,11 @@
     .form-cell {
         display: flex;
         align-items: center;
-        flex: 1;
-        margin: 0 12px;
-        min-height: 56px;
+        flex-basis: 0;
+        flex-grow: 1;
+        max-width: 33.33%; /* 涓夌瓑鍒� */
+        min-width: 0;
+        margin: 0 8px;
     }
 
     .form-label {
@@ -718,6 +720,11 @@
             cursor: not-allowed;
         }
 
+    .input, .input-with-unit {
+        width: 100%;
+        box-sizing: border-box;
+    }
+
     .btn-blue {
         background-color: #1890ff;
         color: white;

--
Gitblit v1.9.3