vue-vben-admin/src/layouts/default/content/index.less

26 lines
390 B
Plaintext
Raw Normal View History

2020-11-24 22:59:29 +08:00
@import (reference) '../../../design/index.less';
.layout-content {
position: relative;
flex: 1 1 auto;
min-height: 0;
&.fixed {
width: 1200px;
margin: 0 auto;
}
&__loading {
2020-11-25 00:43:33 +08:00
position: absolute;
2020-11-24 22:59:29 +08:00
z-index: @page-loading-z-index;
2020-11-25 00:43:33 +08:00
&.fill {
background: rgba(240, 242, 245) !important;
}
2020-11-24 22:59:29 +08:00
> .basic-loading {
2020-11-25 21:06:00 +08:00
margin-bottom: 15%;
2020-11-24 22:59:29 +08:00
}
}
}