From ffc24303e584bdff22bc995ab9386882c0c2fd68 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:36:03 +0800
Subject: [PATCH] 优化样式

---
 components/machine.vue |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/components/machine.vue b/components/machine.vue
index 65d476d..fd8fc03 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -418,15 +418,24 @@
         }
 
         .bottom-section {
-            margin-top: 8px;
-            padding-top: 8px;
+            display: flex;
+            justify-content: space-between;
+            margin-top: 10px;
+            padding-top: 10px;
+            gap: 0; /* 閬垮厤澶氫綑闂磋窛 */
         }
 
         .save-btn,
         .cancel-btn {
-            padding: 10px;
-            font-size: 24px;
-            min-height: 46px;
+            width: 49%; /* 閬垮厤婧㈠嚭锛屼繚璇佷竴琛屾樉绀� */
+            padding: 12px;
+            background-color: #00A2E9;
+            color: white;
+            font-size: 28px;
+            border: none;
+            text-align: center;
+            min-height: 70px;
+            box-sizing: border-box;
         }
 
         input {

--
Gitblit v1.9.3