Browse Source

feat: html 添加默认fontSize

TIANYONG 1 year ago
parent
commit
9e38ffdac3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dist/instrument.html

+ 3 - 0
dist/instrument.html

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