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

---
 components/WorkOrderStatus.vue |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index bfda332..bc30785 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -231,7 +231,8 @@
         background-color: #00A2E9;
         /* 钃濊壊鑳屾櫙 */
         color: white;
-        padding: 18px 0;
+        padding: 10px 20px;
+        height: 60px;
         border: none;
         border-radius: 5px;
         font-size: 35px;
@@ -370,4 +371,30 @@
         box-sizing: border-box;
     }
 
+    .button,
+    .input-box {
+        font-size: 2.2vw !important; /* 瀛椾綋鏇村ぇ */
+        height: 6vh !important; /* 楂樺害鐣ュ */
+    }
+
+    .input-box {
+        border: 2.5px solid #999 !important; /* 杈规鏇寸矖鏇存槑鏄� */
+        border-radius: 6px !important; /* 鍦嗚鐣ュぇ */
+        padding: 0 1.5vw !important;
+    }
+
+    button {
+        border: 2.5px solid #999 !important; /* 鎸夐挳杈规鍔犵矖 */
+        border-radius: 6px !important;
+    }
+
+    .left-section .item button {
+        border-width: 1px !important; /* 杈规鏇寸矖 */
+        border-style: solid !important;
+        border-color: #999 !important; /* 淇濇寔鍘熸湁鑹茶皟 */
+        font-size: 2.6vw !important; /* 瀛椾綋鏇村ぇ */
+        font-weight: bold;
+        height: 7vh !important; /* 鎸夐挳楂樺害鍔犲ぇ */
+    }
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.3