index.less 257 B

1234567891011121314151617
  1. @import (reference) '../../design/index.less';
  2. .default-layout {
  3. display: flex;
  4. width: 100%;
  5. min-height: 100%;
  6. background: @content-bg;
  7. flex-direction: column;
  8. > .ant-layout {
  9. min-height: 100%;
  10. }
  11. &__main {
  12. margin-left: 2px;
  13. }
  14. }