zhuf 1 年間 前
コミット
0cda0f9cd0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -7,7 +7,7 @@
     <title>Ai慕课</title>
   </head>
   <body class="m-0 p-0">
-    <div id="app" class="h-screen w-screen bg-hex-22252f"></div>
+    <div id="app" class="h-screen w-screen bg-hex-22252f flex flex-col"></div>
     <script type="module" src="/src/main.ts"></script>
   </body>
 </html>