From 277266c734c720123958a3d63b295e068eef565e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 31 十月 2025 16:39:02 +0800
Subject: [PATCH] 调小字体

---
 components/WorkOrderPrint.vue |    4 ----
 components/mold.vue           |   15 ++++++++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index eed6fbe..d686b1b 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -88,10 +88,6 @@
 					<text>宸茬敓浜ф暟锛�</text>
 					<input v-model="calculatedTotalProduction" class="highlight" disabled />
 				</view>-->
-				<!--<view class="btn-group">
-					<button class="refresh-btn-inline" @click="refresh">鍒锋柊</button>
-					<button v-if="isGeneratingBarcode" class="reset-btn-inline" @click="resetGenerateState">閲嶇疆</button>
-			</view>-->
 			</view>
 
 			<view class="flex-row gap-lg">
diff --git a/components/mold.vue b/components/mold.vue
index e5a1619..1283daf 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -4,26 +4,26 @@
         <view class="top-section-grid">
             <view class="form-cell">
                 <label class="form-label">鍒�鍏风紪鍙凤細</label>
-                <input class="input" v-model="selectedToolNo" placeholder="璇烽�氳繃鍒�鍏风洰褰曢�夋嫨" disabled />
+                <input class="input small-font" v-model="selectedToolNo" placeholder="璇烽�氳繃鍒�鍏风洰褰曢�夋嫨" disabled />
                 <button class="btn-blue" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
             </view>
             <view class="form-cell">
                 <label class="form-label">璁剧疆浣跨敤涓婇檺锛�</label>
-                <input class="input" type="number" v-model="useLimitInput" placeholder="姣忔鎹㈠垁鍚庢墜濉�" :disabled="!selectedToolNo || loadingForm" />
+                <input class="input small-font" type="number" v-model="useLimitInput" placeholder="姣忔鎹㈠垁鍚庢墜濉�" :disabled="!selectedToolNo || loadingForm" />
             </view>
             <!-- 鏂板锛氬鍛芥瘮棰勮鍊艰緭鍏ユ -->
             <view class="form-cell">
                 <label class="form-label">瀵垮懡姣旈璀﹀�硷細</label>
-                <input class="input"
+                <input class="input small-font"
                        v-model="lifeWarnInput"
                        placeholder="濡�0.9鎴�90鎴�90%"
                        :disabled="!selectedToolNo || loadingForm" />
             </view>
             <view class="form-cell">
                 <label class="form-label">鍒�鍏峰悕绉帮細</label>
-                <input class="input" v-model="toolName" placeholder="鍒�鍏峰甫鍑�" disabled />
+                <input class="input small-font" v-model="toolName" placeholder="鍒�鍏峰甫鍑�" disabled />
                 <label class="form-label" style="margin-left: 16px;">瑙勬牸鍨嬪彿锛�</label>
-                <input class="input" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
+                <input class="input small-font" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
             </view>
         </view>
 
@@ -664,6 +664,11 @@
         background: #f8f8f8;
     }
 
+        /* 鏂板锛氬皬瀛椾綋鏍峰紡 */
+        .input.small-font {
+            font-size: 0.9vw; /* 璋冨皬瀛椾綋 */
+        }
+
     .form-select {
         width: 12vw;
         padding: 1vh;

--
Gitblit v1.9.3