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

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

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index b3d996b..6683ad3 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -298,18 +298,18 @@
 	}
 
 	/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
-	.right-section {
-		    width: 30%;
-		    display: flex;
-		    flex-direction: column;
-		    align-items: flex-start;
-		    justify-content: flex-start;
-		    text-align: center;
-		    padding-top: 45px;
-		    flex-wrap: wrap;
-		    align-content: flex-start;
-		    margin-top: -44px;
-	}
+    .right-section {
+        width: 40%; /* 鍘熸潵鏄�30%锛岃皟澶т竴鐐� */
+        display: flex;
+        flex-direction: column;
+        align-items: flex-start;
+        justify-content: flex-start;
+        text-align: center;
+        padding-top: 45px;
+        flex-wrap: wrap;
+        align-content: flex-start;
+        margin-top: -44px;
+    }
 
 	.status-title {
 		margin-bottom: 2vh;

--
Gitblit v1.9.3