From 35c857b1471760fd1723d1fe04458ba97c49cb0f Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 13:21:34 +0800
Subject: [PATCH] 调试
---
components/WorkOrderPrint.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 03805e6..785c28b 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -580,13 +580,15 @@
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: 32px;
--
Gitblit v1.9.3