快乐的昕的电脑
2025-12-03 8fa09262479b1c33bbce6bc11ecc25442068fd9f
历史报工记录添加一个向下的滑条
已修改1个文件
10 ■■■■■ 文件已修改
components/WorkOrderPrint.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -56,7 +56,7 @@
                <!-- 历史报工记录 -->
                <view class="section-title history-title">历史报工记录</view>
                <div class="table-scroll">
                <div class="table-scroll history-table-scroll">
                    <table class="report-table">
                        <thead>
                            <tr>
@@ -1119,6 +1119,14 @@
        border-spacing: 3px;
    }
    .history-table-scroll {
        max-height: 420px; /* 可根据实际页面调整高度 */
        overflow-y: auto;
        overflow-x: scroll !important;
        border: 2px solid #d00;
        background: #fff;
    }
    @media (max-width:1400px) {
        input.highlight {
            font-size: 16px;