wenhongquan il y a 3 ans
Parent
commit
c98e2331e3
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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>