From 141dceb1a90169f0ce75cdc139555f3fb57b6756 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 10 Aug 2018 11:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0btn-fill=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Dicts.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Exceptions.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Groups.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Logs.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Menus.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Roles.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Users.cshtml | 2 +- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 4 ++++ Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 9 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Dicts.cshtml b/Bootstrap.Admin/Views/Admin/Dicts.cshtml index b0ce58bb..d31aabf1 100644 --- a/Bootstrap.Admin/Views/Admin/Dicts.cshtml +++ b/Bootstrap.Admin/Views/Admin/Dicts.cshtml @@ -31,7 +31,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Exceptions.cshtml b/Bootstrap.Admin/Views/Admin/Exceptions.cshtml index 420bc226..6d2909dd 100644 --- a/Bootstrap.Admin/Views/Admin/Exceptions.cshtml +++ b/Bootstrap.Admin/Views/Admin/Exceptions.cshtml @@ -47,7 +47,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Groups.cshtml b/Bootstrap.Admin/Views/Admin/Groups.cshtml index 393e7e3e..0ae737ef 100644 --- a/Bootstrap.Admin/Views/Admin/Groups.cshtml +++ b/Bootstrap.Admin/Views/Admin/Groups.cshtml @@ -18,7 +18,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Logs.cshtml b/Bootstrap.Admin/Views/Admin/Logs.cshtml index 357917c1..875caeb6 100644 --- a/Bootstrap.Admin/Views/Admin/Logs.cshtml +++ b/Bootstrap.Admin/Views/Admin/Logs.cshtml @@ -62,7 +62,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Menus.cshtml b/Bootstrap.Admin/Views/Admin/Menus.cshtml index f442fbdd..bcca8ba9 100644 --- a/Bootstrap.Admin/Views/Admin/Menus.cshtml +++ b/Bootstrap.Admin/Views/Admin/Menus.cshtml @@ -47,7 +47,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Roles.cshtml b/Bootstrap.Admin/Views/Admin/Roles.cshtml index 76ed1ae8..48259b8c 100644 --- a/Bootstrap.Admin/Views/Admin/Roles.cshtml +++ b/Bootstrap.Admin/Views/Admin/Roles.cshtml @@ -24,7 +24,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index 4aa492c2..71a41c8b 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -18,7 +18,7 @@
- +
diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 21815eb8..d7bd3672 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -21,6 +21,10 @@ .modal-lg { max-width: calc(90%); } + + .btn-fill { + width: auto; + } } @media (min-width: 940px) { diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index b8b781de..6c02f452 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -8,6 +8,10 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } +.btn-fill { + width: 100%; +} + .tooltip-inner { max-width: 768px; }