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

---
 components/WorkOrderStatus.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index bc30785..3a6bc42 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -261,11 +261,16 @@
 	}
 
 	/* 缁熶竴鎸夐挳鍜岃緭鍏ユ鐨勯珮搴� */
-	button,
-	.input-box {
-		height: 5vh;
-		/* Adjusted for larger, consistent height */
-	}
+    button,
+    .input-box {
+        width: 50% !important; /* 鍘�70%锛屾敼涓�50%锛屾洿绐� */
+        height: 4vh !important; /* 鍘�6vh锛屾敼涓�4vh锛屾洿鐭� */
+        font-size: 1.2vw !important; /* 瀛椾綋鏇村皬 */
+        padding: 0 0.8vw !important; /* 鍐呰竟璺濈暐鍑� */
+        border: 2px solid #999 !important;
+        border-radius: 5px !important;
+        box-sizing: border-box;
+    }
 
 	button {
 		width: 30%;

--
Gitblit v1.9.3