From 2e4ba267f7245d562619d34cc38d027c70fc486a Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 10 Aug 2018 19:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E7=9A=AE=E8=82=A4=E6=8E=A7=E4=BB=B6ID=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BAcss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Profiles.cshtml | 3 +-- Bootstrap.Admin/Views/Admin/Settings.cshtml | 1 - Bootstrap.Admin/wwwroot/js/Profiles.js | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Profiles.cshtml b/Bootstrap.Admin/Views/Admin/Profiles.cshtml index 4e9c1876..4efb8b69 100644 --- a/Bootstrap.Admin/Views/Admin/Profiles.cshtml +++ b/Bootstrap.Admin/Views/Admin/Profiles.cshtml @@ -80,7 +80,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Settings.cshtml b/Bootstrap.Admin/Views/Admin/Settings.cshtml index cd426c1d..f01e5a6a 100644 --- a/Bootstrap.Admin/Views/Admin/Settings.cshtml +++ b/Bootstrap.Admin/Views/Admin/Settings.cshtml @@ -62,7 +62,6 @@
  • @css.Name
  • } } -
    diff --git a/Bootstrap.Admin/wwwroot/js/Profiles.js b/Bootstrap.Admin/wwwroot/js/Profiles.js index 336c1a58..dca6a5e2 100644 --- a/Bootstrap.Admin/wwwroot/js/Profiles.js +++ b/Bootstrap.Admin/wwwroot/js/Profiles.js @@ -66,4 +66,5 @@ if ($('[enctype="multipart/form-data"]').is(":hidden")) { $('.card-img').removeClass('d-none'); } + $('#css').dropdown('val'); }); \ No newline at end of file