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

---
 components/mold.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 12d213b..208756d 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -9,7 +9,7 @@
                     <input class="input small-font" v-model="selectedToolNo" placeholder="璇烽�氳繃鍒�鍏风洰褰曢�夋嫨" disabled />
                 </view>
                 <view class="form-cell">
-                    <label class="form-label">浣跨敤涓婇檺锛�</label>
+                    <label class="form-label highlight-label">浣跨敤涓婇檺锛�</label>
                     <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="姣忔涓嬪垁鍚庢墜濉笂闄�" :disabled="!selectedToolNo || loadingForm" />
                 </view>
                 <view class="form-cell">
@@ -1058,7 +1058,8 @@
         width: 60px !important;
         min-width: 0 !important;
         margin-right: 10px;
-        color: #1890ff !important; /* 鏂板锛氬瓧浣撻鑹蹭负钃濊壊 */
+        color: #1890ff !important;
+        border-color: #1890ff !important; /* 鏂板锛氳摑鑹茶竟妗� */
         /* background-color: #e6f7ff !important;  鑻ラ渶鑳屾櫙鑹插彲鍙栨秷娉ㄩ噴 */
     }
 
@@ -1080,4 +1081,8 @@
         margin-right: 10px;
     }
 
+    .highlight-label {
+        color: #1890ff !important; /* 浣犳兂瑕佺殑棰滆壊 */
+    }
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.3