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

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

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index b9ee8cd..7b10f9a 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -246,14 +246,15 @@
 	/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
     .top-section {
         display: flex;
+        flex-direction: row;
+        align-items: flex-start;
         justify-content: flex-start;
-        flex-grow: 1;
-        margin-bottom: 4vh;
         flex-wrap: nowrap;
+        margin-bottom: 4vh;
     }
 
     .left-section {
-        width: 40%; /* 鍐嶇缉灏� */
+        width: 32%;
         display: flex;
         flex-direction: column;
     }
@@ -310,15 +311,13 @@
 
 	/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
     .right-section {
-        width: 28%; /* 鍐嶇缉灏� */
-        margin-left: 2vw; /* 鍙暀寰堝皬鐨勯棿闅� */
+        width: 24%;
+        margin-left: 0;
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: flex-start;
-        text-align: center;
-        flex-wrap: wrap;
-        align-content: flex-start;
+        text-align: left;
     }
 
 	.status-title {
@@ -327,17 +326,12 @@
 		/* Larger font size for titles */
 	}
 
-	.status-circle {
-		width: 11vw;
-		/* Enlarged status circle */
-		height: 11vw;
-		background-color: #00A2E9;
-		border-radius: 50%;
-		display: flex;
-		justify-content: center;
-		align-items: center;
-		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
-	}
+    .status-circle {
+        width: 7vw;
+        height: 7vw;
+        min-width: 60px;
+        min-height: 60px;
+    }
 
 	.status-input {
 		color: white;
@@ -377,10 +371,8 @@
 
     /* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
     .status-title input.status-title {
-        width: 110%; /* 鎴� 100%锛屾牴鎹疄闄呴渶姹傝皟鏁� */
-        min-width: 320px; /* 鍙�夛紝淇濊瘉鏈�灏忓搴� */
-        font-size: 2vw;
-        box-sizing: border-box;
+        min-width: 120px;
+        width: 100%;
     }
 
     .button,

--
Gitblit v1.9.3