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