index.less 191 B

123456789101112
  1. @import (reference) '../../design/index.less';
  2. .default-layout {
  3. display: flex;
  4. flex-direction: column;
  5. width: 100%;
  6. min-height: 100%;
  7. > .ant-layout {
  8. min-height: 100%;
  9. }
  10. }