初始化fateverse

This commit is contained in:
wenhua
2023-10-13 16:23:20 +08:00
commit 6f0949e432
47 changed files with 8371 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.app-container {
width: 100%;
height: calc(100vh - 64px);
padding: 20px;
box-sizing: border-box;
}