mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 20:54:40 +08:00
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%;
|
|
}
|
|
}
|
|
}
|