Files
ckb-SuperAdmin/nkebao/src/components/Layout/layout.module.scss
笔记本里的永平 9630389e22 feat: 本次提交更新内容如下
首页搞定,开始场景获客
2025-07-19 09:27:49 +08:00

11 lines
191 B
SCSS

.container {
display: flex;
height: 100vh;
flex-direction: column;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.container main {
flex: 1;
overflow: auto;
}