快乐的昕的电脑
2025-11-14 e02899b3e3a31c3bb3ae02f2535850f46fe5e85c
调试
已修改1个文件
23 ■■■■ 文件已修改
components/WorkOrderPrint.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;