Explorar el Código

feat: html 添加默认fontSize

TIANYONG hace 1 año
padre
commit
9e38ffdac3
Se han modificado 1 ficheros con 3 adiciones y 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) {