Files
cunkebao_v3/Layout.css
笔记本里的永平 5ca8050fc5 feat: 本次提交更新内容如下
全局组件梳理开始
2025-07-07 16:06:33 +08:00

10 lines
134 B
CSS

.container {
display: flex;
height: 100vh;
flex-direction: column;
}
.container main {
flex: 1;
overflow: auto;
}