From 1a3c75299d02042acb28d037d519ce7e5a3185f7 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 24 Jan 2020 11:35:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=94=B9=E9=80=82?= =?UTF-8?q?=E9=85=8D=E9=BB=98=E8=AE=A4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/wwwroot/css/blazor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css index 8f5527f8..995d1244 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css @@ -143,7 +143,7 @@ nav .dropdown .nav-link-close.dropdown-toggle:after { } .bootstrap-table .table-fixed { - max-height: 388px; + height: 388px; overflow: hidden; }