表格分页器占位修复

lijinlong
许宏杰 2 years ago
parent 8d2cbc07ff
commit ffcca22e3d

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

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

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

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

Loading…
Cancel
Save