You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
330 B
14 lines
330 B
.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;
|
|
}
|