From 17ad50cedba13067c482a61b3aebc14f0700d5d0 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 6 Jul 2020 22:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=BB=E7=BB=93=E5=88=97?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E8=A2=AB=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extensions/columns/bootstrap-table-fixed-columns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/columns/bootstrap-table-fixed-columns.js b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/columns/bootstrap-table-fixed-columns.js index 6861d5ff7..4a22bd69f 100644 --- a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/columns/bootstrap-table-fixed-columns.js +++ b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/columns/bootstrap-table-fixed-columns.js @@ -216,7 +216,7 @@ this.$fixedBody.css({ width: this.$fixedHeader.width(), - height: height, + height: height - 12, top: top + 1 }).show();