From 0178738d0730b1b4e54f84043fac49da9794aa3d Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Wed, 19 Sep 2018 00:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E9=A1=B5=E9=9D=A2=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E9=99=A4sidebar=20id=E5=85=83=E7=B4=A0=EF=BC=8C?= =?UTF-8?q?=E9=87=8D=E5=86=99=E9=80=82=E9=85=8D=E6=A0=B7=E5=BC=8F=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Shared/Navigator.cshtml | 18 +- Bootstrap.Admin/Views/Shared/SubMenu.cshtml | 8 - .../Views/Shared/SubNavItem.cshtml | 8 + .../Views/Shared/SubNavigation.cshtml | 4 +- Bootstrap.Admin/Views/Shared/_Admin.cshtml | 2 - .../wwwroot/css/admin-responsive.css | 25 +-- Bootstrap.Admin/wwwroot/css/admin.css | 14 +- .../wwwroot/css/site-responsive.css | 62 ++---- Bootstrap.Admin/wwwroot/css/site.css | 127 +++++------ Bootstrap.Admin/wwwroot/js/common-scripts.js | 79 ++++--- Bootstrap.Admin/wwwroot/js/jquery.scrollTo.js | 210 ------------------ .../wwwroot/js/jquery.scrollTo.min.js | 7 - .../Views/Shared/Navigator.cshtml | 18 +- Bootstrap.Client/Views/Shared/SubMenu.cshtml | 2 +- .../wwwroot/css/site-responsive.css | 19 +- Bootstrap.Client/wwwroot/css/site.css | 89 ++++---- Bootstrap.Client/wwwroot/js/common-scripts.js | 11 +- 17 files changed, 212 insertions(+), 491 deletions(-) delete mode 100644 Bootstrap.Admin/Views/Shared/SubMenu.cshtml create mode 100644 Bootstrap.Admin/Views/Shared/SubNavItem.cshtml delete mode 100644 Bootstrap.Admin/wwwroot/js/jquery.scrollTo.js delete mode 100644 Bootstrap.Admin/wwwroot/js/jquery.scrollTo.min.js diff --git a/Bootstrap.Admin/Views/Shared/Navigator.cshtml b/Bootstrap.Admin/Views/Shared/Navigator.cshtml index 36aea27e..525e39e3 100644 --- a/Bootstrap.Admin/Views/Shared/Navigator.cshtml +++ b/Bootstrap.Admin/Views/Shared/Navigator.cshtml @@ -1,13 +1,11 @@ @model NavigatorBarModel \ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/SubMenu.cshtml b/Bootstrap.Admin/Views/Shared/SubMenu.cshtml deleted file mode 100644 index b760db50..00000000 --- a/Bootstrap.Admin/Views/Shared/SubMenu.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@model Bootstrap.Security.BootstrapMenu - \ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/SubNavItem.cshtml b/Bootstrap.Admin/Views/Shared/SubNavItem.cshtml new file mode 100644 index 00000000..8d6e6d20 --- /dev/null +++ b/Bootstrap.Admin/Views/Shared/SubNavItem.cshtml @@ -0,0 +1,8 @@ +@model Bootstrap.Security.BootstrapMenu + \ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/SubNavigation.cshtml b/Bootstrap.Admin/Views/Shared/SubNavigation.cshtml index 3999bf3e..5c4032a7 100644 --- a/Bootstrap.Admin/Views/Shared/SubNavigation.cshtml +++ b/Bootstrap.Admin/Views/Shared/SubNavigation.cshtml @@ -1,7 +1,7 @@ @model IEnumerable -