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