From 32007e8ed0a07e63d9f813dc4ea9593daff5cc99 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 19 十一月 2025 10:44:43 +0800
Subject: [PATCH] 调试
---
components/WorkOrderPrint.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 768b671..fbaaf54 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -751,7 +751,7 @@
display: flex;
align-items: center;
gap: 14px;
- font-size: 26px;
+ font-size: 32px;
}
.submit-section {
@@ -794,7 +794,7 @@
.current-user-section {
display: flex;
align-items: center;
- font-size: 26px;
+ font-size: 32px;
border: 1.5px solid #f00;
border-radius: 10px;
padding: 14px 22px;
@@ -805,7 +805,7 @@
.current-user-name {
font-weight: bold;
- font-size: 26px;
+ font-size: 32px;
}
.select-user-btn {
--
Gitblit v1.9.3