wenhongquan 3 years ago
parent
commit
c98e2331e3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      index.html

+ 3 - 1
index.html

@@ -184,7 +184,9 @@
     </script>
 </head>
 
-<body>
+<body style="position: fixed;
+    width: 100%;
+    height: 100%;">
     <div id="app"></div>
     <script type="module" src="/src/main.ts"></script>
 </body>