ray-template/src/layout/index.scss
2023-06-04 14:48:50 +08:00

25 lines
425 B
SCSS

.layout {
box-sizing: border-box;
> .layout-full {
height: 100%;
}
& .layout__view-container__layout .n-layout-scroll-container {
overflow: hidden;
}
& .layout-content__router-view {
height: var(--layout-content-height);
padding: calc($layoutRouterViewContainer / 2);
& .n-scrollbar-container {
height: 100%;
& .n-scrollbar-content {
height: 100%;
}
}
}
}