完成页面的基础配置

This commit is contained in:
JIANG
2025-09-28 15:51:45 +08:00
parent e34dc99330
commit 6d1cc6c9a1
28 changed files with 9753 additions and 52 deletions

9
src/app/globals.css Normal file
View File

@@ -0,0 +1,9 @@
@import "tailwindcss";
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}