From b48ebf3abb63563fe1b0f175551896ea65eff9eb Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 13:25:05 +0800
Subject: [PATCH] Revert "调试"
---
components/WorkOrderPrint.vue | 50 +++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 41 insertions(+), 9 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 0234b56..785c28b 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -12,7 +12,7 @@
</view>
<!-- 鏁伴噰鎬讳骇閲� -->
- <view class="section-title">鏁伴噰浜ч噺</view>
+ <view class="section-title">褰撳墠鏁伴噰浜ч噺鎶ュ伐璁板綍</view>
<div class="table-scroll">
<table class="report-table">
<thead>
@@ -25,7 +25,7 @@
<th>鏈哄彴鍙�</th>
<th>鍒濆閲囬泦鏁�</th>
<th>鎶ュ伐鏃堕噰闆嗘暟</th>
- <th>鎶ュ伐鏁帮紙璁$畻锛�</th>
+ <th>鍩轰簬鏁伴噰鐨勬姤宸ユ暟</th>
<th>涓嶈壇鏁�</th>
<th>鑹搧鏁帮紙璁$畻锛�</th>
</tr>
@@ -580,21 +580,53 @@
pointer-events: auto;
}
- .report-table-wrapper {
- margin-bottom: 12px;
- }
+ .report-table-wrapper {
+ width: 100%;
+ max-width: none;
+ }
- .table-scroll {
- overflow-x: auto;
- }
+ .table-scroll {
+ width: 100%;
+ overflow-x: auto;
+ }
.report-title {
- font-size: 24px;
+ font-size: 32px;
font-weight: 600;
text-align: center;
margin: 0;
}
+ /* 2. 鍖哄潡鏍囬 */
+ .section-title, .history-title {
+ font-size: 26px;
+ }
+
+ /* 3. 琛ㄦ牸瀛椾綋 */
+ .report-table, .report-table th, .report-table td {
+ font-size: 22px;
+ }
+
+ /* 4. 褰撳墠鎶ュ伐浜恒�佷笉鑹暟閲忕瓑杈撳叆鍖� */
+ .current-user-section,
+ .defective-section,
+ .submit-section {
+ font-size: 22px;
+ }
+
+ /* 5. 杈撳叆妗嗗瓧浣� */
+ .inp, .bad-input {
+ font-size: 28px;
+ }
+
+ /* 6. 鎸夐挳瀛椾綋 */
+ .details-btn,
+ .select-user-btn,
+ .refresh-btn-header,
+ .reset-btn-header {
+ font-size: 22px;
+ }
+
.report-table {
min-width: 1080px;
width: 100%;
--
Gitblit v1.9.3