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

---
 components/mold.vue |   79 +++++++++++++++++++++++++++------------
 1 files changed, 55 insertions(+), 24 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 7498f28..a036152 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -36,8 +36,8 @@
                     <label class="form-label">瑙勬牸鍨嬪彿锛�</label>
                     <input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
                 </view>
-                <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
-                <view class="form-cell">
+                <!-- 鍒�鍏风洰褰曟寜閽彸绉� -->
+                <view class="form-cell tool-dir-cell">
                     <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
                 </view>
             </view>
@@ -695,8 +695,9 @@
         }
 
         .form-cell:nth-child(3) {
-            flex: 1 1 0;
-            min-width: 180px;
+            flex: 0 0 auto;
+            min-width: 0;
+            max-width: 220px; /* 闄愬埗鏈�澶у搴︼紝閬垮厤鎾戝紑 */
             justify-content: flex-end;
         }
 
@@ -731,26 +732,32 @@
             cursor: not-allowed;
         }
 
-    .input, .input-with-unit {
-        width: 100%;
-        box-sizing: border-box;
-    }
-
     .input-with-unit {
         display: flex;
         align-items: center;
-        flex: 1;
+        gap: 0;
     }
 
         .input-with-unit .input {
-            flex: 1;
-            margin-right: 8px;
+            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;
+            width: 60px !important;
+            min-width: 0 !important;
+            text-align: center;
         }
 
     .unit-text {
-        color: #666;
-        white-space: nowrap;
-        width: 28px;
+        margin-left: 0 !important;
+        padding-left: 0 !important;
+        font-size: 22px !important;
     }
 
     .btn-blue, .btn-blue.large-btn {
@@ -770,13 +777,16 @@
         margin-left: 24px;
     }
 
-        /* 鍒�鍏风洰褰曟寜閽彉澶у苟宸︾Щ */
         .btn-blue.large-btn {
-            padding: 18px 48px;
-            min-width: 160px;
-            height: 70px !important;
-            margin-left: 16px; /* 闈犺繎杈撳叆妗嗭紝鍑忓皯闂磋窛 */
-            font-size: 1.2em;
+            padding: 0 60px;
+            min-width: 180px;
+            height: 72px !important;
+            margin-left: 0 !important;
+            font-size: 1.3em;
+            box-shadow: 0 2px 8px rgba(24,144,255,0.08);
+            line-height: 72px; /* 鍨傜洿灞呬腑 */
+            display: inline-block; /* 淇濊瘉line-height鐢熸晥 */
+            vertical-align: middle;
         }
 
         .btn-blue:hover {
@@ -1047,11 +1057,24 @@
         }
     }
 
-    /* 璁┾�滃鍛芥瘮棰勮鍊尖�濊緭鍏ユ鏇寸獎 */
     .input-life-warn {
-        width: 70px !important;
+        width: 48px !important; /* 绋嶅井鏀惧锛岄伩鍏嶅瓧浣撴孩鍑� */
         min-width: 0 !important;
-        margin-right: 8px;
+        margin-right: 4px;
+        padding-left: 2px;
+        padding-right: 2px;
+        font-size: 22px !important;
+        text-align: center;
+        box-sizing: border-box;
+    }
+
+    .input,
+    .input.small-font,
+    .input-use-limit,
+    .input-tool-model,
+    .input-tool-name,
+    .input-life-warn {
+        font-size: 22px !important;
     }
 
     .input-use-limit {
@@ -1077,4 +1100,12 @@
     .highlight-label {
         color: #1890ff !important;
     }
+
+    .tool-dir-cell {
+        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