django-vue3-admin-web/node_modules/vxe-pc-ui/es/layout-body/style.css
2025-10-20 21:21:14 +08:00

16 lines
279 B
CSS

.vxe-layout-body {
position: relative;
display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
}
.vxe-layout-body.is--padding {
padding: var(--vxe-ui-layout-padding-double);
}
.vxe-layout-body--inner {
flex-grow: 1;
overflow: auto;
outline: 0;
}