Sfoglia il codice sorgente

feat: html 添加默认fontSize

TIANYONG 1 anno fa
parent
commit
9e38ffdac3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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) {