From c36d545a8716705f5689caa6db337a99b250db5a Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 25 Oct 2018 09:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=94=B9header=E9=AB=98=E5=BA=A6=E4=B8=BA96px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Home/Index.cshtml | 2 +- Bootstrap.Admin/wwwroot/css/site.css | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 2ae4f309..39125237 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -9,7 +9,7 @@ left: 0; bottom: 40px; right: 0; - top: 98px; + top: 96px; overflow: hidden; } diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 295cd0f7..52ca66ae 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -23,7 +23,7 @@ aside { transition: transform .4s ease-in-out; transform: translate(-100%); position: absolute; - top: 98px; + top: 96px; bottom: 0; left: 0; right: 0; @@ -116,7 +116,6 @@ a, a:hover, a:focus { .header { padding: 0 15px; - height: 98px; background: #fff; border-bottom: 1px solid #ddd; top: 0; @@ -127,7 +126,7 @@ a, a:hover, a:focus { .header .bg { background-color: #337ab7; - height: 5px; + height: 3px; margin: 0 -15px; } @@ -472,7 +471,7 @@ a, a:hover, a:focus { left: 0; bottom: 40px; right: 0; - top: 98px; + top: 96px; } .main-content > .panel:last-child .panel-body {