From e02899b3e3a31c3bb3ae02f2535850f46fe5e85c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 13:28:50 +0800
Subject: [PATCH] 调试

---
 components/WorkOrderPrint.vue |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 785c28b..3bd00fa 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -567,10 +567,10 @@
 		box-sizing: border-box;
 	}
 
-	.wide-layout {
-		max-width: 1600px;
-		margin: 0 auto;
-	}
+    .wide-layout {
+        max-width: none;
+        width: 100%;
+    }
 
 	.page.has-overlay .status-section > :not(.overlay) {
 		pointer-events: none;
@@ -587,7 +587,7 @@
 
     .table-scroll {
         width: 100%;
-        overflow-x: auto;
+        overflow-x: unset; /* 鎴� auto锛屽鏋滄湁鐗规畩鎯呭喌鍙敤unset */
     }
 
 	.report-title {
@@ -627,13 +627,12 @@
         font-size: 22px;
     }
 
-	.report-table {
-		min-width: 1080px;
-		width: 100%;
-		border-collapse: collapse;
-		font-size: 14px;
-		background: #fff;
-	}
+    .report-table {
+        width: 100%;
+        min-width: unset; /* 鍙栨秷鏈�灏忓搴﹂檺鍒� */
+        border-collapse: collapse;
+        background: #fff;
+    }
 
 		.report-table th, .report-table td {
 			border: 1px solid #555;

--
Gitblit v1.9.3