lifeifan 7 years ago
parent
commit
92c18f4f11
2 changed files with 2 additions and 2 deletions
  1. 1 1
      sites/doc/app.vue
  2. 1 1
      sites/doc/search.vue

+ 1 - 1
sites/doc/app.vue

@@ -286,7 +286,7 @@ export default {
       li {
         height: 40px;
         line-height: 40px;
-
+        font-size:14px;
         a {
           display: inline-block;
           box-sizing: border-box;

+ 1 - 1
sites/doc/search.vue

@@ -142,7 +142,7 @@ export default {
     li {
     height: 40px;
     line-height: 40px;
-
+    font-size:12px;
     a {
         display: inline-block;
         box-sizing: border-box;