Browse Source

2026-07-28

优化
master
fengyuan_yang 2 days ago
parent
commit
820ebc1e96
  1. 4
      src/views/modules/qualityAssurance/unqualifiedInspectionReasons.vue

4
src/views/modules/qualityAssurance/unqualifiedInspectionReasons.vue

@ -80,7 +80,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <el-pagination
style="margin-top: 8px"
style="margin-top: 0px"
@size-change="sizeChangeHandle" @size-change="sizeChangeHandle"
@current-change="currentChangeHandle" @current-change="currentChangeHandle"
:current-page="pageIndex" :current-page="pageIndex"
@ -376,7 +376,7 @@
}, },
mounted() { mounted() {
this.$nextTick(() => { this.$nextTick(() => {
this.height = window.innerHeight - 140;
this.height = window.innerHeight - 175;
}) })
}, },
methods: { methods: {

Loading…
Cancel
Save