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

---
 components/mold.vue |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index e68624c..a036152 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -732,18 +732,20 @@
             cursor: not-allowed;
         }
 
-    .input, .input-with-unit {
-        width: 100%;
-        box-sizing: border-box;
-    }
-
     .input-with-unit {
         display: flex;
         align-items: center;
-        width: auto !important; /* 璁╁唴瀹硅嚜閫傚簲 */
-        min-width: 0;
-        flex-shrink: 1;
+        gap: 0;
     }
+
+        .input-with-unit .input {
+            width: 60px !important;
+            min-width: 0 !important;
+            margin-right: 2px !important;
+            text-align: center;
+            padding-left: 2px;
+            padding-right: 2px;
+        }
 
         .input-with-unit .input {
             margin-right: 4px !important;
@@ -755,6 +757,7 @@
     .unit-text {
         margin-left: 0 !important;
         padding-left: 0 !important;
+        font-size: 22px !important;
     }
 
     .btn-blue, .btn-blue.large-btn {
@@ -1102,6 +1105,7 @@
         flex: 1 1 auto !important;
         justify-content: flex-end !important;
         display: flex !important;
+        align-items: center;
     }
 
 </style>
\ No newline at end of file

--
Gitblit v1.9.3