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

---
 components/WorkOrderStatus.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index f1e7766..2ccfa76 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -224,19 +224,20 @@
 	}
 
 	/* 鍒锋柊鎸夐挳鏍峰紡 */
-	.refresh-btn {
-		position: absolute;
-		top: 10px;
-		right: 10px;
-		background-color: #00A2E9;
-		/* 钃濊壊鑳屾櫙 */
-		color: white;
-		padding: 10px 20px;
-		border: none;
-		border-radius: 5px;
-		font-size: 35px;
-		cursor: pointer;
-	}
+    .refresh-btn {
+        position: absolute;
+        top: 10px;
+        right: 10px;
+        background-color: #00A2E9;
+        /* 钃濊壊鑳屾櫙 */
+        color: white;
+        padding: 10px 20px;
+        height: 60px;
+        border: none;
+        border-radius: 5px;
+        font-size: 35px;
+        cursor: pointer;
+    }
 
 	/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
 	.top-section {

--
Gitblit v1.9.3