From dc16e9aa19bad83d74df72ec4acb1e54fc57d94c Mon Sep 17 00:00:00 2001 From: lixin Date: Mon, 17 Aug 2020 15:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=A1=A8=E6=A0=BC=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bower_components/bootstrap-table/bootstrap-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power-admin/src/main/webapp/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js b/power-admin/src/main/webapp/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js index 55aa79e..e55413e 100644 --- a/power-admin/src/main/webapp/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js +++ b/power-admin/src/main/webapp/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js @@ -2088,7 +2088,7 @@ if (this.options.showHeader && this.options.height) { this.$tableHeader.show(); // // bootstrap-table 表头数据展示错位问题 - // this.resetHeader(); + this.resetHeader(); // padding += this.$header.outerHeight(); } else { this.$tableHeader.hide();