From 533498797a66a96bcb9420c7a2db1b53e808d8e1 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 22 Jan 2020 22:21:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9A=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E6=97=B6=E9=AB=98=E5=BA=A6=E5=A4=9A=2038=20=E5=83=8F=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment Table Body 样式 margin-top: -38px 导致 --- src/admin/Bootstrap.Admin/wwwroot/js/ba.blazor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/Bootstrap.Admin/wwwroot/js/ba.blazor.js b/src/admin/Bootstrap.Admin/wwwroot/js/ba.blazor.js index 042ef339..4e00d06c 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/js/ba.blazor.js +++ b/src/admin/Bootstrap.Admin/wwwroot/js/ba.blazor.js @@ -161,7 +161,7 @@ if (source.hasClass('tab-content')) break; } while (source.length === 1); - height = $(window).height() - height - 15; + height = $(window).height() - height - 15 - 38; table.height(height); }, initTable: function (id, firstRender) {