index.less 94 B

123456
  1. .content-layout {
  2. flex: 1;
  3. display: flex;
  4. flex-direction: column;
  5. min-height: 500px;
  6. }