Browse Source

menu字体样式调整

洪海涛 4 years ago
parent
commit
b653dc384e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/newLayout/components/menu.vue

+ 2 - 2
src/components/newLayout/components/menu.vue

@@ -171,13 +171,13 @@ export default {
           position: relative;
 
           .iconfont {
-            font-size: 20px;
+            font-size: 26px;
           }
 
           .new {
             position: absolute;
             top: -12px;
-            right: -19px;
+            right: -25px;
           }
         }
       }