From df0beceef628abba4befd67edab8e6b81cc749b6 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 11:29:07 +0800
Subject: [PATCH] 调试

---
 components/machine.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/components/machine.vue b/components/machine.vue
index 01d9ba0..6095314 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -19,11 +19,11 @@
 			</view>
 			<view class="item">
 				<!-- 璋冩満寮�濮嬫寜閽紝maStartTime鏈夊�兼椂绂佺敤 -->
-				<button :class="maStartTime ? 'btn-disabled' : 'btn-blue'"
-						:disabled="!!maStartTime"
-						@click="handleMaStartTime">
-					璋冩満寮�濮�
-				</button>
+                <button :class="maStartTime ? 'btn-disabled' : 'btn-blue'"
+                        :disabled="!!maStartTime"
+                        @click="handleMaStartTime">
+                    璋冩満寮�濮�(=涓婂垁瀹屾垚)
+                </button>
 				<!-- 鏄剧ず璋冩満寮�濮嬫椂闂� -->
 				<input class="txt-inp" v-model="maStartTime" placeholder="鐐瑰嚮鎸夐挳甯﹀嚭璋冩満鏃堕棿" disabled="true" />
 			</view>
@@ -385,7 +385,7 @@
     }
 
     .txt-inp {
-        height: 75px; /* 澧炲ぇ楂樺害 */
+        height: 80px; /* 澧炲ぇ楂樺害 */
         padding: 12px; /* 澧炲ぇ鍐呰竟璺� */
         font-size: 24px; /* 澧炲ぇ瀛椾綋 */
         width: 50%;
@@ -409,20 +409,20 @@
         }
 
             .item h4 {
-                font-size: 20px;
+                font-size: 24px;
                 padding: 3px 0;
             }
 
         button {
             padding: 8px;
-            font-size: 22px;
+            font-size: 24px;
             min-height: 38px;
         }
 
         .txt-inp {
             height: 46px;
             padding: 10px;
-            font-size: 22px;
+            font-size: 24px;
         }
 
         .bottom-section {
@@ -433,20 +433,20 @@
         .save-btn,
         .cancel-btn {
             padding: 10px;
-            font-size: 22px;
+            font-size: 24px;
             min-height: 42px;
         }
 
         input {
-            font-size: 22px;
+            font-size: 24px;
         }
 
         .refresh-btn {
-            font-size: 22px;
+            font-size: 24px;
         }
 
         label {
-            font-size: 22px;
+            font-size: 24px;
         }
     }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3