From 01bea49d18e622808d9455d7dad89ccc1f8bec16 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 09:51:42 +0800
Subject: [PATCH] 样式修改

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

diff --git a/components/mold.vue b/components/mold.vue
index 045d87a..bfbd2c8 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -32,7 +32,7 @@
                 </view>
                 <view class="form-cell">
                     <label class="form-label">瑙勬牸鍨嬪彿锛�</label>
-                    <input class="input small-font" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
+                    <input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
                 </view>
                 <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
                 <view class="form-cell">
@@ -1058,4 +1058,16 @@
         margin-right: 4px;
     }
 
+    .input-use-limit {
+        width: 60px !important;
+        min-width: 0 !important;
+        margin-right: 10px;
+    }
+
+    .input-tool-model {
+        width: 60px !important;
+        min-width: 0 !important;
+        margin-right: 10px;
+    }
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.3