快乐的昕的电脑
2025-11-14 0075304648af0582196ba32d54701644e74d8b88
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,10 @@
    .table-scroll {
        width: 100%;
        overflow-x: auto;
        overflow-x: scroll !important;
        /* 保证高度有空间显示滚动条 */
        /* 可选:设置最小高度,避免内容太少时滚动条不显示 */
        min-height: 40px;
    }
   .report-title {
@@ -628,8 +631,11 @@
    }
    .report-table {
        min-width: 1800px; /* 原来是1080px,改大即可 */
        width: 100%;
        min-width: 1800px;
        /*min-width: unset;*/ /* 取消最小宽度限制 */
        border-collapse: collapse;
        background: #fff;
    }
      .report-table th, .report-table td {