表格分页器占位修复

lijinlong
许宏杰 1 year ago
parent 8d2cbc07ff
commit ffcca22e3d

@ -271,7 +271,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -274,7 +274,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -277,7 +277,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -274,7 +274,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

Loading…
Cancel
Save