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>