| components/WorkOrderPrint.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {