From b468f53e0cb2aaa37f1787a7e26978dd82076365 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Tue, 18 Sep 2018 01:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9ABo?= =?UTF-8?q?otstrap.Admin=E6=89=80=E6=9C=89=E9=A1=B5=E9=9D=A2=E7=9A=84js/cs?= =?UTF-8?q?s=E5=A2=9E=E5=8A=A0asp-append-version=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Account/AccessDenied.cshtml | 6 +-- Bootstrap.Admin/Views/Account/Login.cshtml | 40 +++++++++--------- Bootstrap.Admin/Views/Admin/Api.cshtml | 6 +-- Bootstrap.Admin/Views/Admin/Dicts.cshtml | 8 ++-- Bootstrap.Admin/Views/Admin/Exceptions.cshtml | 20 ++++----- Bootstrap.Admin/Views/Admin/FAIcon.cshtml | 6 +-- Bootstrap.Admin/Views/Admin/Groups.cshtml | 6 +-- Bootstrap.Admin/Views/Admin/Index.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Logs.cshtml | 28 ++++++------- Bootstrap.Admin/Views/Admin/Menus.cshtml | 12 +++--- Bootstrap.Admin/Views/Admin/Messages.cshtml | 6 +-- Bootstrap.Admin/Views/Admin/Mobile.cshtml | 2 +- .../Views/Admin/Notifications.cshtml | 18 ++++---- Bootstrap.Admin/Views/Admin/Profiles.cshtml | 42 +++++++++---------- Bootstrap.Admin/Views/Admin/Roles.cshtml | 13 +++--- Bootstrap.Admin/Views/Admin/Settings.cshtml | 18 ++++---- Bootstrap.Admin/Views/Admin/Tasks.cshtml | 10 ++--- Bootstrap.Admin/Views/Admin/Users.cshtml | 6 +-- Bootstrap.Admin/Views/Home/Error.cshtml | 2 +- Bootstrap.Admin/Views/Home/Index.cshtml | 2 +- Bootstrap.Admin/Views/Home/NotFound.cshtml | 2 +- Bootstrap.Admin/Views/Shared/Header.cshtml | 2 +- Bootstrap.Admin/Views/Shared/_Admin.cshtml | 36 ++++++++-------- .../Views/Shared/_Bootstrap.cshtml | 30 ++++++------- Bootstrap.Admin/Views/Shared/_Default.cshtml | 28 ++++++------- Bootstrap.Admin/Views/Shared/_Layout.cshtml | 6 +-- 26 files changed, 178 insertions(+), 179 deletions(-) diff --git a/Bootstrap.Admin/Views/Account/AccessDenied.cshtml b/Bootstrap.Admin/Views/Account/AccessDenied.cshtml index ab96f927..4fd4ebf5 100644 --- a/Bootstrap.Admin/Views/Account/AccessDenied.cshtml +++ b/Bootstrap.Admin/Views/Account/AccessDenied.cshtml @@ -2,10 +2,10 @@ ViewBag.Title = "未授权请求"; } @section css { - + } -@section Javascript { - +@section javascript { + }
diff --git a/Bootstrap.Admin/Views/Account/Login.cshtml b/Bootstrap.Admin/Views/Account/Login.cshtml index 5de4d0f2..8b19fc3c 100644 --- a/Bootstrap.Admin/Views/Account/Login.cshtml +++ b/Bootstrap.Admin/Views/Account/Login.cshtml @@ -4,38 +4,38 @@ } @section css { - - + + - - + + - - - - + + + + @if (!string.IsNullOrEmpty(Model.Theme)) { - + } } @section javascript { - - - - + + + + - - - - + + + + - - - + + + }