Browse Source

导航栏样式微调

zhuth 7 years ago
parent
commit
1571e0e35e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      frontend/saas-web/app/view/main/Navigation.scss

+ 3 - 2
frontend/saas-web/app/view/main/Navigation.scss

@@ -160,8 +160,8 @@ $menu-body-background-color: #65678C;
                 background: $menu-body-background-color;
 
                 .menu-title-text {
-                    height: 40px;
-                    line-height: 40px;
+                    height: 56px;
+                    line-height: 56px;
                     font-size: 16px;
                     font-weight: bold;
                     color: #eeeef2;
@@ -172,6 +172,7 @@ $menu-body-background-color: #65678C;
 
             .menu-content {
                 height: 100%;
+                padding-bottom: 20px;
                 background: $menu-body-background-color;
                 
                 .menuitem {