From b3fe59b269d70b595ef0ea4bb323b6ab4d8f8fff Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 10:04:10 +0800
Subject: [PATCH] 新增:蓝色边框
---
components/mold.vue | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index d5166c4..8fd53ed 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -10,7 +10,7 @@
</view>
<view class="form-cell">
<label class="form-label">浣跨敤涓婇檺锛�</label>
- <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="姣忔鎹㈠垁鍚庢墜濉笂闄�" :disabled="!selectedToolNo || loadingForm" />
+ <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="姣忔涓嬪垁鍚庢墜濉笂闄�" :disabled="!selectedToolNo || loadingForm" />
</view>
<view class="form-cell">
<label class="form-label">瀵垮懡姣旈璀﹀�硷細</label>
@@ -1048,12 +1048,6 @@
}
/* 鏂板锛氳鈥滆缃娇鐢ㄤ笂闄愨�濃�滃鍛芥瘮棰勮鍊尖�濊緭鍏ユ鍙樼獎 */
- .input-use-limit {
- width: 80px !important;
- min-width: 0 !important;
- margin-right: 10px;
- }
-
.input-life-warn {
width: 80px !important;
min-width: 0 !important;
@@ -1064,6 +1058,9 @@
width: 60px !important;
min-width: 0 !important;
margin-right: 10px;
+ color: #1890ff !important;
+ border-color: #1890ff !important; /* 鏂板锛氳摑鑹茶竟妗� */
+ /* background-color: #e6f7ff !important; 鑻ラ渶鑳屾櫙鑹插彲鍙栨秷娉ㄩ噴 */
}
.input-tool-model {
--
Gitblit v1.9.3