Explorar el Código

✨修改navBar

chuzhixin hace 4 años
padre
commit
33e760b6ad
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/layouts/components/NavBar/index.vue

+ 1 - 2
src/layouts/components/NavBar/index.vue

@@ -104,7 +104,6 @@
       height: $base-nav-bar-height;
 
       .fold-unfold {
-        font-size: 20px;
         color: $base-color-gray;
         cursor: pointer;
       }
@@ -128,7 +127,7 @@
           width: 1em;
           height: 1em;
           margin-right: 15px;
-          font-size: $base-font-size-big;
+          font-size: $base-font-size-small;
           color: $base-color-gray;
           cursor: pointer;
           fill: $base-color-gray;