zhuf 1 anno fa
parent
commit
0cda0f9cd0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>