快乐的昕的电脑
2025-12-03 279c837b834547beba2f51cf558f49d150f37c8e
调试
已修改1个文件
12 ■■■■ 文件已修改
components/WorkOrderPrint.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -1119,15 +1119,23 @@
        border-spacing: 3px;
    }
    /* 历史报工记录表头固定 */
    .history-table-scroll {
        max-height: 420px; /* 可根据实际页面调整高度 */
        overflow-y: scroll; /* 始终显示纵向滑条 */
        overflow-x: scroll !important;
        overflow-x: auto;
        border: 2px solid #d00;
        background: #fff;
    }
        /* 表头固定 */
        .history-table-scroll thead tr th {
            position: sticky;
            top: 0;
            z-index: 2;
            background: #fff;
            box-shadow: 0 2px 6px rgba(0,0,0,0.04);
        }
    @media (max-width:1400px) {
        input.highlight {
            font-size: 16px;