Files
cunkebao_v3/Layout.css
笔记本里的永平 70a1016dc0 feat: 本次提交更新内容如下
修复
2025-07-07 22:24:14 +08:00

10 lines
126 B
CSS

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