Browse Source

feat: html 添加默认fontSize

TIANYONG 1 năm trước cách đây
mục cha
commit
9e38ffdac3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      dist/instrument.html

+ 3 - 0
dist/instrument.html

@@ -22,6 +22,9 @@
     #loading.show {
       display: block;
     }
+    html {
+      font-size: 64px;
+    }
   </style>
   <script>
     function _postMessage(data, callback) {