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.
16 lines
279 B
16 lines
279 B
.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;
|
|
}
|