You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
200 B

1 year ago
  1. .antv-chart-mini {
  2. position: relative;
  3. width: 100%;
  4. .chart-wrapper {
  5. position: absolute;
  6. bottom: -28px;
  7. width: 100%;
  8. /* margin: 0 -5px;
  9. overflow: hidden;*/
  10. }
  11. }