From 23132b0e667ec6616369eaf8d2e09096b04bdaa3 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Tue, 14 Aug 2018 18:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9Afixed-table-conta?= =?UTF-8?q?iner=20border-top=E7=A7=BB=E9=99=A4=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E4=B8=A4=E4=B8=AAborder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 86ed0618..376ff27e 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -103,6 +103,10 @@ input.pending { } /*Bootstrap Table BUG */ +.fixed-table-container { + border-top: none; +} + .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns { line-height: normal; }