smooth.area.less 250 B

1234567891011121314
  1. @import "../index";
  2. @smoothArea-prefix-cls: ~"@{ant-pro-prefix}-smooth-area";
  3. .@{smoothArea-prefix-cls} {
  4. position: relative;
  5. width: 100%;
  6. .chart-wrapper {
  7. position: absolute;
  8. bottom: -28px;
  9. width: 100%;
  10. }
  11. }