Explorar o código

feat: html 添加默认fontSize

TIANYONG hai 1 ano
pai
achega
9e38ffdac3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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) {