style.less 99B

123456789
  1. .echart {
  2. width: 100%;
  3. height: 100%;
  4. min-height: 100px;
  5. & > div {
  6. height: 100%;
  7. }
  8. }