Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • layouts
  • default
  • content
  • index.less
  • refactor: add loading component and demo
    5db3ce77
    vben authored
    2020-12-01 20:59:17 +0800  
    Browse Code ยป
index.less 320 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@import (reference) '../../../design/index.less';

.layout-content {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;

  &.fixed {
    width: 1200px;
    margin: 0 auto;
  }

  &__loading {
    position: absolute;
    z-index: @page-loading-z-index;

    > .basic-loading {
      margin-bottom: 15%;
    }
  }
}