1
0

index.less 320 B

123456789101112131415161718192021
  1. @import (reference) '../../../design/index.less';
  2. .layout-content {
  3. position: relative;
  4. flex: 1 1 auto;
  5. min-height: 0;
  6. &.fixed {
  7. width: 1200px;
  8. margin: 0 auto;
  9. }
  10. &__loading {
  11. position: absolute;
  12. z-index: @page-loading-z-index;
  13. > .basic-loading {
  14. margin-bottom: 15%;
  15. }
  16. }
  17. }