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

---
 components/WorkOrderStatus.vue |   43 +++++++++++++++++++++++++------------------
 1 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index c0401e4..fa3d7d4 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -231,12 +231,16 @@
         background-color: #00A2E9;
         /* 钃濊壊鑳屾櫙 */
         color: white;
-        padding: 10px 20px;
         height: 60px;
         border: none;
         border-radius: 5px;
         font-size: 35px;
         cursor: pointer;
+        width: 90px !important; /* 鏇寸獎 */
+        height: 60px !important; /* 鏇撮珮 */
+        font-size: 22px !important;
+        padding: 0 !important;
+        border-radius: 8px !important;
     }
 
 	/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
@@ -348,25 +352,28 @@
 	}
 
 	/* 涓嬪崐閮ㄥ垎锛氫繚瀛樺拰鍙栨秷鎸夐挳 */
-	.bottom-section {
-		display: flex;
-		justify-content: space-between;
-		margin-top: 1vh;
-		height: 100%;
+    .bottom-section {
+        display: flex;
+        margin-top: 1vh;
+        height: 100%;
+        justify-content: flex-end; /* 璁╂寜閽潬鍙冲榻愶紙鍙�夛級 */
+        gap: 16px; /* 鎸夐挳闂磋窛 */
 	}
 
-	.save-btn,
-	.cancel-btn {
-		width: 48%;
-		padding: 1.5vh;
-		background-color: #00A2E9;
-		color: white;
-		border: none;
-		text-align: center;
-		font-size: 1.8vw;
-		/* Larger font for buttons */
-		height: 100%;
-	}
+    .save-btn,
+    .cancel-btn {
+        background-color: #00A2E9;
+        color: white;
+        border: none;
+        text-align: center;
+
+        width: 90px !important; /* 鏇寸獎 */
+        height: 60px !important; /* 鏇撮珮 */
+        font-size: 22px !important;
+        padding: 0 !important;
+        border-radius: 8px !important;
+        display: inline-block;
+    }
 
     /* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
     .status-title input.status-title {

--
Gitblit v1.9.3