From 5ef0e029517b5599404182a63c2f9c3ce64313c1 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:47:07 +0800
Subject: [PATCH] 调试

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

diff --git a/components/machine.vue b/components/machine.vue
index 2845913..01d9ba0 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -303,13 +303,13 @@
         background-color: #00A2E9;
         color: white;
         border: none;
-        font-size: 22px;
+        font-size: 24px;
         border-radius: 5px;
     }
 
     label {
         margin-right: 10px;
-        font-size: 22px;
+        font-size: 24px;
     }
 
     /* 涓棿鐘舵�侀儴鍒嗗竷灞� */
@@ -328,7 +328,7 @@
     }
 
         .item h4 {
-            font-size: 18px;
+            font-size: 24px;
             line-height: 1.4;
             margin: 0;
             padding: 5px 0;
@@ -338,7 +338,7 @@
         width: 50%;
         flex-shrink: 0;
         padding: 10px;
-        font-size: 22px;
+        font-size: 24px;
         border: none;
         text-align: center;
         min-height: 40px;
@@ -409,13 +409,13 @@
         }
 
             .item h4 {
-                font-size: 16px;
+                font-size: 20px;
                 padding: 3px 0;
             }
 
         button {
             padding: 8px;
-            font-size: 20px;
+            font-size: 22px;
             min-height: 38px;
         }
 

--
Gitblit v1.9.3