From bc359dca8d34a62d44ed72e64ba40a26a9148bbc Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 26 Jan 2020 15:52:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Blazor=20=E6=A8=A1=E5=BC=8F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20Table=20=E5=9C=86=E8=A7=92=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bootstrap.Admin/wwwroot/css/blazor.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css index 995d1244..b01f4f60 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css @@ -166,25 +166,22 @@ nav .dropdown .nav-link-close.dropdown-toggle:after { .table-wrapper { border-radius: 4px; margin-bottom: 1rem; -} - - .table-wrapper .table { - margin-bottom: 0; - } - -.table-fixed-header { border: solid 1px #dee2e6; } - .table-fixed-header .table { + .table-wrapper .table { + margin-bottom: -1px; + } + + .table-wrapper .table { border: none; } - .table-fixed-header .table th:last-child { + .table-wrapper .table th:last-child { border-right-width: 0; } - .table-fixed-header .table th:first-child, .table-fixed-header .table td:first-child { + .table-wrapper .table th:first-child, .table-wrapper .table td:first-child { border-left-width: 0; }