index.less 194 B

12345678910111213
  1. .miniChart {
  2. position: relative;
  3. width: 100%;
  4. & > div {
  5. position: absolute;
  6. bottom: -34px;
  7. width: 100%;
  8. & > div {
  9. margin: 0 -5px;
  10. overflow: hidden;
  11. }
  12. }
  13. }