feat: 本次提交更新内容如下

全局组件梳理开始
This commit is contained in:
2025-07-07 16:06:33 +08:00
parent c9a3aaab58
commit 5ca8050fc5
8 changed files with 77 additions and 33 deletions

10
Layout.css Normal file
View File

@@ -0,0 +1,10 @@
.container {
display: flex;
height: 100vh;
flex-direction: column;
}
.container main {
flex: 1;
overflow: auto;
}