13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
@import (reference) "../../theme/variable.less";
|
|
|
|
.layui-layout {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-basis: auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.layui-layout-vertical {
|
|
flex-direction: column;
|
|
}
|