快乐的昕的电脑
2025-12-03 13b159ff704e829329793a7505f6c6e5e2b4f8ef
历史报工记录表头固定
已修改1个文件
11 ■■■■ 文件已修改
components/WorkOrderPrint.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -1119,12 +1119,13 @@
        border-spacing: 3px;
    }
    .history-table-scroll {
        max-height: 420px; /* 可根据实际页面调整高度 */
        overflow-y: auto;
        overflow-x: scroll !important;
        border: 2px solid #d00;
    /* 历史报工记录表头固定 */
    .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) {