wenhongquan 3 年 前
コミット
c98e2331e3
1 ファイル変更3 行追加1 行削除
  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>