From 01bea49d18e622808d9455d7dad89ccc1f8bec16 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 09:51:42 +0800
Subject: [PATCH] 样式修改
---
components/mold.vue | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 98ad38a..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">
@@ -1047,15 +1047,27 @@
/* 鏂板锛氳鈥滆缃娇鐢ㄤ笂闄愨�濃�滃鍛芥瘮棰勮鍊尖�濊緭鍏ユ鍙樼獎 */
.input-use-limit {
- width: 110px !important;
+ width: 80px !important;
min-width: 0 !important;
margin-right: 10px;
}
.input-life-warn {
- width: 110px !important;
+ width: 80px !important;
min-width: 0 !important;
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