快乐的昕的电脑
2025-12-03 bc458b96305597cf661a86ddc66a3d29e4624b27
components/WorkOrderPrint.vue
@@ -1121,12 +1121,21 @@
    .history-table-scroll {
        max-height: 420px; /* 可根据实际页面调整高度 */
        overflow-y: auto;
        overflow-x: scroll !important;
        overflow-y: scroll; /* 始终显示纵向滑条 */
        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;