From b58b3f472ce87d0188a1fe0da582f0cb37bb3bd3 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 29 Sep 2018 12:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E7=9A=84=E9=BB=98=E8=AE=A4=E5=89=8D=E5=8F=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Home/Index.cshtml | 12 +++++++++++ .../Views/Shared/_Bootstrap.cshtml | 4 ++-- Bootstrap.Admin/wwwroot/css/site.css | 21 ------------------- 3 files changed, 14 insertions(+), 23 deletions(-) diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 957fcd8e..2ae4f309 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -2,5 +2,17 @@ ViewBag.Title = "首页"; Layout = "_Bootstrap"; } +@section css { + +}
\ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml b/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml index e5936763..14d5ec20 100644 --- a/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml @@ -12,10 +12,10 @@ @RenderSection("css", false) - - + + @if (!string.IsNullOrEmpty(Model.Theme)) { diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 5dca4c9d..25ddfb88 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -340,7 +340,6 @@ a, a:hover, a:focus { .go-top i { color: #2A3542; } -/*notify bar*/ .breadcrumb { border: solid 1px #ddd; @@ -355,31 +354,11 @@ a, a:hover, a:focus { padding-right: 6px; } -.content-body { - position: fixed; - left: 0; - bottom: 40px; - right: 0; - top: 98px; - overflow: hidden; -} - - .content-body iframe { - width: 100%; - height: 100%; - border: none; - } - .welcome-bg { background-image: url('../images/bg.jpg'); background-size: 100% 100%; } -/*bs v4.1.3*/ -label.dropdown-item:first-child { - margin-top: 0.5rem; -} - .cache-title { font-weight: bold; color: #0077de;