components/WorkOrderPrint.vue
@@ -568,8 +568,8 @@ } .wide-layout { max-width: 1600px; margin: 0 auto; max-width: none; width: 100%; } .page.has-overlay .status-section > :not(.overlay) { @@ -587,7 +587,7 @@ .table-scroll { width: 100%; overflow-x: auto; overflow-x: unset; /* 或 auto,如果有特殊情况可用unset */ } .report-title { @@ -628,10 +628,9 @@ } .report-table { min-width: 1080px; width: 100%; min-width: unset; /* 取消最小宽度限制 */ border-collapse: collapse; font-size: 14px; background: #fff; }