Files
cunkebao_v3/nkebao/src/components/Layout/layout.module.scss

10 lines
126 B
SCSS
Raw Normal View History

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