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

14 lines
330 B
CSS

.vxe-layout-container {
display: flex;
flex-direction: row;
flex-grow: 1;
height: 100%;
color: var(--vxe-ui-font-color);
font-family: var(--vxe-ui-font-family);
overflow: auto;
background-color: var(--vxe-ui-layout-background-color);
outline: 0;
}
.vxe-layout-container.is--vertical {
flex-direction: column;
}