From 5dcfd9b6d344fa630193cbbf345c3bda213b7d68 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 19 十一月 2025 10:51:21 +0800
Subject: [PATCH] 调试

---
 components/WorkOrderPrint.vue |   31 ++++++++++++++++++++-----------
 1 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 9a950d1..4758b15 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -612,7 +612,7 @@
     .current-user-section,
     .defective-section,
     .submit-section {
-        font-size: 22px;
+        font-size: 30px;
     }
 
     /* 5. 杈撳叆妗嗗瓧浣� */
@@ -746,11 +746,12 @@
         gap: 30px;
     }
 
+    /* 涓嶈壇鏁伴噺鍖哄煙 */
     .defective-section {
         display: flex;
         align-items: center;
         gap: 14px;
-        font-size: 18px;
+        font-size: 32px;
     }
 
     .submit-section {
@@ -766,20 +767,22 @@
         box-sizing: border-box;
     }
 
+    /* 涓嶈壇鏁伴噺杈撳叆妗� */
     .bad-input {
         width: 320px;
         max-width: 100%;
         height: 66px;
         border: 3px solid #808080;
-        font-size: 34px;
+        font-size: 42px;
         text-align: center;
     }
 
+    /* 纭鎻愪氦鎸夐挳*/
     .details-btn {
         padding: 12px 34px;
         background: #00a2e9;
         color: #fff;
-        font-size: 20px;
+        font-size: 32px;
         border: none;
         cursor: pointer;
         border-radius: 12px;
@@ -792,7 +795,7 @@
     .current-user-section {
         display: flex;
         align-items: center;
-        font-size: 18px;
+        font-size: 32px;
         border: 1.5px solid #f00;
         border-radius: 10px;
         padding: 14px 22px;
@@ -803,19 +806,23 @@
 
     .current-user-name {
         font-weight: bold;
-        font-size: 22px;
+        font-size: 32px;
     }
 
+    /* 閫変汉鎸夐挳 - 钃濊壊涓婚 */
     .select-user-btn {
+        background: #007aff; /* 鏀逛负钃濊壊鑳屾櫙 */
+        border: 2px solid #0056cc; /* 娣辫摑鑹茶竟妗� */
+        color: #fff; /* 鐧借壊鏂囧瓧 */
         padding: 6px 22px;
         background: #eee;
         border: 1px solid #aaa;
         border-radius: 8px;
-        font-size: 16px;
+        font-size: 32px;
     }
 
         .select-user-btn:hover {
-            background: #ddd;
+            background: #008ac2;
         }
 
     .overlay {
@@ -919,9 +926,9 @@
         flex-direction: column;
         justify-content: center;
         align-items: center;
-        gap: 8px;
-        padding: 16px 10px;
-        height: 110px;
+        gap: 2px; /* 鍘�8px锛屽噺灏忚闂磋窛 */
+        padding: 10px 10px; /* 閫傚綋鍑忓皬涓婁笅鍐呰竟璺� */
+        height: 100px; /* 鍙�傚綋鍑忓皬楂樺害 */
         font-size: 30px;
         background: #00a2e9;
         color: #fff;
@@ -935,10 +942,12 @@
         .user-list-btn .user-code {
             font-weight: 700;
             font-size: 36px;
+            line-height: 1.1; /* 绱у噾涓�鐐� */
         }
 
         .user-list-btn .user-name {
             font-size: 32px;
+            line-height: 1.1; /* 绱у噾涓�鐐� */
         }
 
         .user-list-btn.selected {

--
Gitblit v1.9.3