22 lines
317 B
Plaintext
22 lines
317 B
Plaintext
|
|
@import (reference) '../../../design/index.less';
|
||
|
|
|
||
|
|
.layout-content {
|
||
|
|
position: relative;
|
||
|
|
flex: 1 1 auto;
|
||
|
|
min-height: 0;
|
||
|
|
|
||
|
|
&.fixed {
|
||
|
|
width: 1200px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__loading {
|
||
|
|
position: fixed;
|
||
|
|
z-index: @page-loading-z-index;
|
||
|
|
|
||
|
|
> .basic-loading {
|
||
|
|
margin-bottom: 20%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|