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

---
 components/WorkOrderPrint.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index adef810..c0e9faa 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -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,7 +806,7 @@
 
     .current-user-name {
         font-weight: bold;
-        font-size: 22px;
+        font-size: 32px;
     }
 
     .select-user-btn {

--
Gitblit v1.9.3