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

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

diff --git a/components/machine.vue b/components/machine.vue
index cf82094..cf6a77e 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -303,13 +303,13 @@
         background-color: #00A2E9;
         color: white;
         border: none;
-        font-size: 28px;
+        font-size: 22px;
         border-radius: 5px;
     }
 
     label {
         margin-right: 10px;
-        font-size: 26px;
+        font-size: 22px;
     }
 
     /* 涓棿鐘舵�侀儴鍒嗗竷灞� */
@@ -328,7 +328,7 @@
     }
 
         .item h4 {
-            font-size: 22px;
+            font-size: 18px;
             line-height: 1.4;
             margin: 0;
             padding: 5px 0;
@@ -338,10 +338,10 @@
         width: 50%;
         flex-shrink: 0;
         padding: 10px;
-        font-size: 28px;
+        font-size: 22px;
         border: none;
         text-align: center;
-        min-height: 70px;
+        min-height: 40px;
     }
 
     .btn-disabled {
@@ -357,11 +357,19 @@
     input {
         margin-top: 0;
         padding: 8px;
-        font-size: 28px;
+        font-size: 24px;
         border: 1px solid #ccc;
         width: 50%;
         flex-grow: 1;
         box-sizing: border-box;
+    }
+
+    /* 搴曢儴淇濆瓨/鍙栨秷鎸夐挳甯冨眬 */
+    .bottom-section {
+        display: flex;
+        justify-content: space-between;
+        margin-top: 10px;
+        padding-top: 10px;
     }
 
     .save-btn,
@@ -370,16 +378,16 @@
         padding: 12px;
         background-color: #00A2E9;
         color: white;
-        font-size: 28px;
+        font-size: 24px;
         border: none;
         text-align: center;
-        min-height: 70px;
+        min-height: 45px;
     }
 
     .txt-inp {
-        height: 70px;
-        padding: 12px;
-        font-size: 28px;
+        height: 70px; /* 澧炲ぇ楂樺害 */
+        padding: 12px; /* 澧炲ぇ鍐呰竟璺� */
+        font-size: 24px; /* 澧炲ぇ瀛椾綋 */
         width: 50%;
         flex-grow: 1;
         box-sizing: border-box;
@@ -401,52 +409,44 @@
         }
 
             .item h4 {
-                font-size: 18px;
+                font-size: 16px;
                 padding: 3px 0;
             }
 
         button {
             padding: 8px;
-            font-size: 24px;
-            min-height: 46px;
+            font-size: 20px;
+            min-height: 38px;
         }
 
         .txt-inp {
             height: 46px;
             padding: 10px;
-            font-size: 24px;
+            font-size: 22px;
         }
 
         .bottom-section {
-            display: flex;
-            justify-content: space-between;
-            margin-top: 10px;
-            padding-top: 10px;
-            gap: 0; /* 閬垮厤澶氫綑闂磋窛 */
+            margin-top: 8px;
+            padding-top: 8px;
         }
 
         .save-btn,
         .cancel-btn {
-            flex: 1 1 0;
-            margin-right: 10px;
-            /* 鏈�鍚庝竴涓寜閽幓鎺� margin-right */
+            padding: 10px;
+            font-size: 22px;
+            min-height: 42px;
         }
 
-            .save-btn:last-child,
-            .cancel-btn:last-child {
-                margin-right: 0;
-            }
-
         input {
-            font-size: 24px;
+            font-size: 22px;
         }
 
         .refresh-btn {
-            font-size: 24px;
+            font-size: 20px;
         }
 
         label {
-            font-size: 22px;
+            font-size: 20px;
         }
     }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3