mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-05-07 19:06:44 +08:00
25 lines
425 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|
|
}
|