ZaiZai 1 year ago
parent
commit
b9bc185b1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/table/table.vue

+ 1 - 1
src/components/table/table.vue

@@ -7,7 +7,7 @@
             <el-table-column prop="isWarn" label="是否预警" width="150" />
             <el-table-column prop="质检资料" label="质检资料" width="150" />
         </el-table>
-        <vue3-seamless-scroll class="seamless tablebox" :list="tableData" :hover="true" :limitScrollNum="5" :step="0.4" :wheel="true" :is-watch="true">
+        <vue3-seamless-scroll class="seamless tablebox" :list="tableData" :hover="true" :limitScrollNum="6" :step="0.4" :wheel="true" :is-watch="true">
             <el-table class="bottom-table" :data="tableData" border style="width: 100%;">
                 <el-table-column prop="name" label="部门名称" />
                 <el-table-column prop="date1" label="开工日期" width="150" />