From b4f58d63fc5b29fc3f23caafe4d4299ab5a47546 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 21 十月 2025 16:01:14 +0800
Subject: [PATCH] 主界面字体样式优化
---
components/WorkOrder.vue | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index 074183e..7c3e48d 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -656,4 +656,16 @@
width: 70%;
min-width: 120px;
}
+
+ .status-row .form-item label {
+ font-size: 1.25vw;
+ font-weight: bold;
+ color: #222;
+ }
+
+ .status-row .inp {
+ font-size: 1.25vw;
+ font-weight: bold;
+ color: #222;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.3