From 7761c1466b401cff1a3df245d18ada1beaa4ea64 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 2 Aug 2018 16:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0Grid=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Users.cshtml | 6 +++--- Bootstrap.Admin/wwwroot/css/admin.css | 1 - Bootstrap.Admin/wwwroot/css/site.css | 9 +-------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index b4c85641..fac71bfd 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -9,19 +9,19 @@ @section query {
-
+
-
+
-
+
diff --git a/Bootstrap.Admin/wwwroot/css/admin.css b/Bootstrap.Admin/wwwroot/css/admin.css index 2d906259..a6c21f03 100644 --- a/Bootstrap.Admin/wwwroot/css/admin.css +++ b/Bootstrap.Admin/wwwroot/css/admin.css @@ -53,7 +53,6 @@ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - vertical-align: middle; } diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index a2147a2c..ba310c74 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -423,6 +423,7 @@ a, a:hover, a:focus { background-color: transparent; border-top-left-radius: 0; border-top-right-radius: 0; + padding: 7.5px 10px; } .breadcrumb > li.active { @@ -474,14 +475,6 @@ a, a:hover, a:focus { } /*bs v4.1.3*/ -.form-control:focus { - box-shadow: none; -} - -.form-check-input { - margin-top: 0.4rem; -} - .card { margin-bottom: 15px; }