components/WorkOrderPrint.vue
@@ -587,7 +587,10 @@ .table-scroll { width: 100%; overflow-x: unset; /* 或 auto,如果有特殊情况可用unset */ overflow-x: scroll !important; /* 保证高度有空间显示滚动条 */ /* 可选:设置最小高度,避免内容太少时滚动条不显示 */ min-height: 40px; } .report-title { @@ -629,7 +632,8 @@ .report-table { width: 100%; min-width: unset; /* 取消最小宽度限制 */ min-width: 1800px; /*min-width: unset;*/ /* 取消最小宽度限制 */ border-collapse: collapse; background: #fff; }