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

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

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index 7b10f9a..01c9a2e 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -310,15 +310,18 @@
 	}
 
 	/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
-    .right-section {
-        width: 24%;
-        margin-left: 0;
-        display: flex;
-        flex-direction: column;
-        align-items: flex-start;
-        justify-content: flex-start;
-        text-align: left;
-    }
+	.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;
+	}
 
 	.status-title {
 		margin-bottom: 2vh;

--
Gitblit v1.9.3