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