feat: 本次提交更新内容如下
定版本转移2025年7月17日
This commit is contained in:
10
Cunkebao/src/components/Layout.css
Normal file
10
Cunkebao/src/components/Layout.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.container {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container main {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user