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