From 98715dc8cb012d10dd4a9ff798e7ba8049c26722 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 09:58:58 +0800
Subject: [PATCH] BUG

---
 components/mold.vue |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 22dbf8b..0b8bd56 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -25,21 +25,22 @@
             </view>
 
             <!-- 绗簩琛岋細鍦ㄦ渶鍚庢坊鍔犲垁鍏风洰褰曟寜閽� -->
-            <!-- 鍒�鍏峰悕绉� -->
-            <view class="form-cell">
-                <label class="form-label">鍒�鍏峰悕绉帮細</label>
-                <input class="input small-font input-tool-name" v-model="toolName" placeholder="鍒�鍏峰甫鍑�" disabled />
+            <view class="form-row">
+                <!-- 鍒�鍏峰悕绉� -->
+                <view class="form-cell">
+                    <label class="form-label">鍒�鍏峰悕绉帮細</label>
+                    <input class="input small-font input-tool-name" v-model="toolName" placeholder="鍒�鍏峰甫鍑�" disabled />
+                </view>
+                <!-- 瑙勬牸鍨嬪彿 -->
+                <view class="form-cell">
+                    <label class="form-label">瑙勬牸鍨嬪彿锛�</label>
+                    <input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
+                </view>
+                <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
+                <view class="form-cell">
+                    <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
+                </view>
             </view>
-            <!-- 瑙勬牸鍨嬪彿 -->
-            <view class="form-cell">
-                <label class="form-label">瑙勬牸鍨嬪彿锛�</label>
-                <input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
-            </view>
-            <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
-            <view class="form-cell">
-                <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
-            </view>
-        </view>
         </view>  <!-- 杩欓噷闂悎 top-section-grid -->
         <!-- 鎿嶄綔鎸夐挳 - 绉诲嚭 top-section-grid -->
         <view class="button-row">
@@ -1072,13 +1073,13 @@
     }
 
     .input-tool-name {
-        width: 120px !important;
+        width: 80px !important;
         min-width: 0 !important;
         margin-right: 10px;
     }
 
     .input-tool-model {
-        width: 120px !important;
+        width: 80px !important;
         min-width: 0 !important;
         margin-right: 10px;
     }

--
Gitblit v1.9.3