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

---
 components/machine.vue |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/components/machine.vue b/components/machine.vue
index fd8fc03..cf82094 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -427,17 +427,16 @@
 
         .save-btn,
         .cancel-btn {
-            width: 49%; /* 閬垮厤婧㈠嚭锛屼繚璇佷竴琛屾樉绀� */
-            padding: 12px;
-            background-color: #00A2E9;
-            color: white;
-            font-size: 28px;
-            border: none;
-            text-align: center;
-            min-height: 70px;
-            box-sizing: border-box;
+            flex: 1 1 0;
+            margin-right: 10px;
+            /* 鏈�鍚庝竴涓寜閽幓鎺� margin-right */
         }
 
+            .save-btn:last-child,
+            .cancel-btn:last-child {
+                margin-right: 0;
+            }
+
         input {
             font-size: 24px;
         }

--
Gitblit v1.9.3