|
|
@ -2088,7 +2088,7 @@
|
|
|
|
if (this.options.showHeader && this.options.height) {
|
|
|
|
if (this.options.showHeader && this.options.height) {
|
|
|
|
this.$tableHeader.show();
|
|
|
|
this.$tableHeader.show();
|
|
|
|
// // bootstrap-table 表头数据展示错位问题
|
|
|
|
// // bootstrap-table 表头数据展示错位问题
|
|
|
|
// this.resetHeader();
|
|
|
|
this.resetHeader();
|
|
|
|
// padding += this.$header.outerHeight();
|
|
|
|
// padding += this.$header.outerHeight();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$tableHeader.hide();
|
|
|
|
this.$tableHeader.hide();
|
|
|
|