From bcf426bfda9f20553af6b47fdbfcefbae9a82794 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 14 Mar 2020 15:30:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=20Login-Footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Account/Login-Gitee.cshtml | 10 ++-------- .../Views/Account/Login.cshtml | 6 ++---- .../Views/Shared/LoginFooter.cshtml | 9 +++++++++ .../wwwroot/css/login-footer.css | 18 ++++++++++++++++++ .../wwwroot/css/login-gitee.css | 19 ------------------- .../Bootstrap.Admin/wwwroot/css/login.css | 12 +++++++++++- 6 files changed, 42 insertions(+), 32 deletions(-) create mode 100644 src/admin/Bootstrap.Admin/Views/Shared/LoginFooter.cshtml create mode 100644 src/admin/Bootstrap.Admin/wwwroot/css/login-footer.css diff --git a/src/admin/Bootstrap.Admin/Views/Account/Login-Gitee.cshtml b/src/admin/Bootstrap.Admin/Views/Account/Login-Gitee.cshtml index cda75d4f..02fdcf96 100644 --- a/src/admin/Bootstrap.Admin/Views/Account/Login-Gitee.cshtml +++ b/src/admin/Bootstrap.Admin/Views/Account/Login-Gitee.cshtml @@ -14,6 +14,7 @@ + } @section javascript { @@ -162,14 +163,7 @@ - + @await Html.PartialAsync("LoginFooter", Model) +@await Html.PartialAsync("LoginFooter", Model)