From 3c0a4461b8d78648fded7877011c313a00ee1433 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 15:27:36 +0800
Subject: [PATCH] 调试
---
components/WorkOrderPrint.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 9a950d1..859414e 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -919,9 +919,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 +935,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