From 68072cbb7ba12bcd3698f30cbdd90b2439ec6f88 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 08 十月 2025 17:36:47 +0800
Subject: [PATCH] 界面优化2

---
 components/mold.vue |   48 +++++++++++++++++++++++-------------------------
 1 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index f451feb..61e2ce1 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -17,9 +17,7 @@
 			<view class="form-row">
 				<label class="form-label">鍒�鍏峰悕绉帮細</label>
 				<input class="input" v-model="toolName" placeholder="鍒�鍏峰甫鍑�" disabled />
-			</view>
-			<view class="form-row">
-				<label class="form-label">瑙勬牸鍨嬪彿锛�</label>
+				<label class="form-label" style="margin-left: 24px;">瑙勬牸鍨嬪彿锛�</label>
 				<input class="input" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
 			</view>
 		</view>
@@ -110,7 +108,7 @@
 				showToolDialog: false,
 				searchKey: '',
 				filteredTools: [],
-                useLimitInput: '',
+				useLimitInput: '',
 				toolRecords: [
 					// 绀轰緥鏁版嵁锛屽疄闄呭簲浠庡悗绔帴鍙h幏鍙�
 					{ id: 1, no: 'T22050338', name: 'm1.5鍚堥噾闀垮垁', upTime: '7-13 9:00', upCount: 15, downTime: '7-13 19:00', downCount: 3115, useCount: 3100, useLimit: 8888, lifePercent: '34.88%', lifeWarn: '90%', warnStatus: '姝e父' }
@@ -153,30 +151,30 @@
 </script>
 
 <style scoped>
-    .form-row {
-        display: flex;
-        align-items: center;
-        margin-bottom: 1.2vh;
-    }
+	.form-row {
+		display: flex;
+		align-items: center;
+		margin-bottom: 1.2vh;
+	}
 
-    .form-label {
-        width: 120px;
-        font-weight: bold;
-    }
+	.form-label {
+		width: 120px;
+		font-weight: bold;
+	}
 
-    .form-select {
-        width: 220px;
-        padding: 1vh;
-        font-size: 1.1vw;
-        margin-right: 10px;
-    }
+	.form-select {
+		width: 220px;
+		padding: 1vh;
+		font-size: 1.1vw;
+		margin-right: 10px;
+	}
 
-    .button-row {
-        display: flex;
-        justify-content: center;
-        gap: 32px;
-        margin: 2vh 0;
-    }
+	.button-row {
+		display: flex;
+		justify-content: center;
+		gap: 32px;
+		margin: 2vh 0;
+	}
 
 	.page {
 		padding: 2vh;

--
Gitblit v1.9.3