index.less 280 B

1234567891011121314151617
  1. .cip-info-theme-standard{
  2. height: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. &__breadcrumb{
  6. height: 42px;
  7. background: #fff;
  8. display: flex;
  9. align-items: center;
  10. flex-shrink: 0;
  11. }
  12. &__info{
  13. height: 0;
  14. flex-grow: 2;
  15. overflow: auto;
  16. }
  17. }