Bläddra i källkod

修改css字体大小

zizhong.wang 4 år sedan
förälder
incheckning
aca2aea75a
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

@@ -159,9 +159,9 @@ export default {
     this.localTest();// 本地调试打开
   }, */
   created() {
-     this.loadingFlag = true;
-     this.getData(); // 线上打开
-    // this.localTest();// 本地调试打开
+    //  this.loadingFlag = true;
+    //  this.getData(); // 线上打开
+    this.localTest();// 本地调试打开
   },
 };
 </script>
@@ -171,7 +171,7 @@ export default {
   margin: 0;
  /*  list-style: none;
   color: #333; */
-  font-size: 12px;
+  // font-size: 12px;
 }
 button {
   border: none;