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

---
 components/WorkOrderPrint.vue |   72 +++++++++++++++++++-----------------
 1 files changed, 38 insertions(+), 34 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index fab82c7..768b671 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: 26px;
     }
 
     .submit-section {
@@ -766,12 +767,13 @@
         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;
     }
 
@@ -792,7 +794,7 @@
     .current-user-section {
         display: flex;
         align-items: center;
-        font-size: 18px;
+        font-size: 26px;
         border: 1.5px solid #f00;
         border-radius: 10px;
         padding: 14px 22px;
@@ -803,7 +805,7 @@
 
     .current-user-name {
         font-weight: bold;
-        font-size: 22px;
+        font-size: 26px;
     }
 
     .select-user-btn {
@@ -811,7 +813,7 @@
         background: #eee;
         border: 1px solid #aaa;
         border-radius: 8px;
-        font-size: 16px;
+        font-size: 24px;
     }
 
         .select-user-btn:hover {
@@ -846,24 +848,24 @@
         z-index: 1001;
     }
 
-    /* 閫変汉寮圭獥鍔犲骞跺姞澶у瓧浣� */
+    /* 閫変汉寮圭獥鏇村锛屽悕瀛楁洿澶э紝鍏抽棴鎸夐挳鏇村皬 */
     .user-select-popup {
-        width: 1200px;
-        max-width: 95vw;
-        min-width: 800px;
+        width: 1600px;
+        max-width: 99vw;
+        min-width: 1000px;
         height: auto;
         min-height: 520px;
         padding: 0;
         display: flex;
         flex-direction: column;
-        font-size: 28px;
+        font-size: 32px;
     }
 
     .user-search-bar {
         display: flex;
         align-items: center;
         gap: 18px;
-        padding: 24px 48px 0 48px;
+        padding: 24px 64px 0 64px;
         background: #fff;
         flex-wrap: wrap;
     }
@@ -871,7 +873,7 @@
     .user-search-input {
         flex: 1 1 260px;
         padding: 16px 20px;
-        font-size: 26px;
+        font-size: 28px;
         border: 1px solid #bbb;
         border-radius: 8px;
         outline: none;
@@ -889,7 +891,7 @@
         color: #fff;
         border: none;
         border-radius: 8px;
-        font-size: 22px;
+        font-size: 24px;
         cursor: pointer;
     }
 
@@ -898,20 +900,20 @@
         }
 
     .user-search-info {
-        font-size: 20px;
+        font-size: 22px;
         color: #555;
     }
 
     .user-list-scroll {
         flex: 1 1 auto;
         overflow-y: auto;
-        padding: 32px 48px 0 48px;
+        padding: 32px 64px 0 64px;
     }
 
     .user-list-grid {
         display: grid;
-        grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
-        gap: 18px 18px;
+        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
+        gap: 22px 22px;
     }
 
     .user-list-btn {
@@ -919,10 +921,10 @@
         flex-direction: column;
         justify-content: center;
         align-items: center;
-        gap: 4px;
-        padding: 12px 10px;
-        height: 90px;
-        font-size: 22px;
+        gap: 2px; /* 鍘�8px锛屽噺灏忚闂磋窛 */
+        padding: 10px 10px; /* 閫傚綋鍑忓皬涓婁笅鍐呰竟璺� */
+        height: 100px; /* 鍙�傚綋鍑忓皬楂樺害 */
+        font-size: 30px;
         background: #00a2e9;
         color: #fff;
         border: none;
@@ -933,12 +935,14 @@
     }
 
         .user-list-btn .user-code {
-            font-weight: 600;
-            font-size: 24px;
+            font-weight: 700;
+            font-size: 36px;
+            line-height: 1.1; /* 绱у噾涓�鐐� */
         }
 
         .user-list-btn .user-name {
-            font-size: 20px;
+            font-size: 32px;
+            line-height: 1.1; /* 绱у噾涓�鐐� */
         }
 
         .user-list-btn.selected {
@@ -953,33 +957,33 @@
     .no-user-result {
         padding: 40px 0;
         text-align: center;
-        font-size: 24px;
+        font-size: 28px;
         color: #666;
     }
 
     .user-popup-footer {
         flex-shrink: 0;
-        padding: 32px 48px 40px 48px;
+        padding: 24px 64px 32px 64px;
         background: #fff;
         text-align: center;
     }
 
     .clean-btn {
-        width: 48%;
-        padding: 1.6vh;
+        width: 24%;
+        padding: 10px 0;
         color: #fff;
-        font-size: 1.4vw;
+        font-size: 20px;
         border: none;
         text-align: center;
         cursor: pointer;
-        border-radius: .6vw;
+        border-radius: 0.6vw;
         background: #007aff;
     }
 
         .clean-btn.wide-btn {
-            width: 80%;
-            font-size: 28px;
-            padding: 18px 0;
+            width: 30%;
+            font-size: 22px;
+            padding: 12px 0;
         }
 
         .clean-btn:hover {

--
Gitblit v1.9.3