Browse Source

修改字体大小

gcj 3 years ago
parent
commit
0c35d47a28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Header.vue

+ 1 - 1
src/components/Header.vue

@@ -490,7 +490,7 @@ export default {
     display: block;
     display: block;
     > span {
     > span {
       font-family: "sourceR";
       font-family: "sourceR";
-      font-size: 20px;
+      font-size: 16px;
     }
     }
   }
   }
 }
 }