From 4bff40f1baa9f20ab48192f3a0102fa4b639aeca Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:19:13 +0800
Subject: [PATCH] 测试
---
components/mold.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 8fd53ed..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">
@@ -1081,4 +1081,8 @@
margin-right: 10px;
}
+ .highlight-label {
+ color: #1890ff !important; /* 浣犳兂瑕佺殑棰滆壊 */
+ }
+
</style>
\ No newline at end of file
--
Gitblit v1.9.3