Files
cunkebao_v3/nkebao/src/components/Layout/layout.module.scss
笔记本里的永平 d8c59f43c2 feat: 本次提交更新内容如下
搞登录拦截模块
2025-07-18 12:03:13 +08:00

10 lines
126 B
SCSS

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