From 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 04 十二月 2025 18:20:50 +0800
Subject: [PATCH] 合并项目

---
 components/WorkOrder.vue |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index 464f181..72e4da5 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -467,7 +467,7 @@
 <style>
     /* 鍏ㄥ眬瀛椾綋鏀惧ぇ锛屽彲鏍规嵁闇�瑕佽皟鏁存暟鍊� */
     body, .container {
-        font-size: 22px;
+        font-size: 16px;
     }
 
     .top-order {
@@ -483,11 +483,14 @@
         background-color: #00A2E9;
         color: white;
         border: none;
-        font-size: 28px;
-        border-radius: 12px;
+        font-size: 22px;
+        font-weight: 500;
+        border-radius: 4px;
         margin-top: 6px;
         margin-bottom: 10px;
         padding: 10px 28px;
+        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+        transition: all 0.3s;
     }
 
         .refresh-btn:hover {
@@ -511,7 +514,7 @@
         width: 85%;
         padding: 3px;
         border: 1px solid #ccc;
-        border-radius: 0.5vw;
+        border-radius: 4px;
         margin-top: 0.2vh;
         font-size: 22px;
         height: 36px;
@@ -525,13 +528,13 @@
 
     .card {
         background-color: #fff;
-        border-radius: 0.6vw;
+        border-radius: 8px;
         box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-        padding: 12px;
-        border: 1px solid black;
+        padding: 16px;
+        border: 1px solid #ddd;
         margin-top: 0;
-        margin-bottom: 12px;
-        font-size: 22px;
+        margin-bottom: 16px;
+        font-size: 16px;
     }
 
     .card-header {
@@ -552,6 +555,7 @@
         display: inline-block;
         margin-bottom: 0.2vh;
         color: #333;
+        font-weight: 500;
     }
 
     .status-row label,
@@ -560,6 +564,7 @@
         padding-right: 0.6vw;
         text-align: right;
         font-size: 22px;
+        font-weight: 500;
     }
 
     .status-row input,

--
Gitblit v1.9.3