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

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

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index d0d8ef3..60ea543 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -244,15 +244,16 @@
     }
 
 	/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
-	.top-section {
-		display: flex;
-		justify-content: space-between;
-		flex-grow: 1;
-		margin-bottom: 4vh;
-	}
+    .top-section {
+        display: flex;
+        justify-content: space-between;
+        flex-grow: 1;
+        margin-bottom: 4vh;
+        flex-wrap: nowrap; /* 闃叉瀛愬厓绱犳崲琛� */
+    }
 
     .left-section {
-        width: 55%; /* 鍘�65%锛屾敼涓�55% */
+        width: 50%; /* 鍐嶇缉灏忎竴鐐� */
         display: flex;
         flex-direction: column;
     }
@@ -309,7 +310,7 @@
 
 	/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
     .right-section {
-        width: 30%; /* 鍘熸潵鏄�30%锛岃皟澶т竴鐐� */
+        width: 28%; /* 鍐嶇缉灏忎竴鐐� */
         display: flex;
         flex-direction: column;
         align-items: flex-start;

--
Gitblit v1.9.3