Ver código fonte

feat: html 添加默认fontSize

TIANYONG 1 ano atrás
pai
commit
9e38ffdac3
1 arquivos alterados com 3 adições e 0 exclusões
  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) {