index.less 218 B

1234567891011121314
  1. .layout-info-theme-1{
  2. display: flex;
  3. flex-direction: column;
  4. height: 100%;
  5. &__header{
  6. flex-shrink: 0;
  7. }
  8. &__content{
  9. box-sizing: border-box;
  10. padding: 20px;
  11. flex-grow: 2;
  12. height: 0;
  13. }
  14. }