From cfb7d39108a90c2aa731ff50542e97c39eca4868 Mon Sep 17 00:00:00 2001 From: yangkai Date: Wed, 31 Oct 2018 18:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=8D=A1bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ui/managev2.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/ui/managev2.html b/src/main/ui/managev2.html index cccbbb365..13e635968 100644 --- a/src/main/ui/managev2.html +++ b/src/main/ui/managev2.html @@ -98,6 +98,20 @@ border: 1px solid #FFF; padding: 3px 15px; } + .dashboard li { + float: left; + border: 1px solid #FFF; + padding: 3px 15px; + } + .dashboard a{ + color: #FFF; + } + .dashboard .active{ + background-color: #FFF !important; + } + .dashboard .active a{ + color: #f06101 !important; + } @media (min-width: 768px) { .navbar-header { list-style: none; @@ -137,7 +151,7 @@ margin-bottom: 10%;"/> ng-class="currentUser.org?(currentUser.org.banner_class||'fxplus'):'royalpay'">
-