inleft
2022-02-09 9bcb19959eeb9da9bde2561e7278f6d0a55eb151
commit | author | age
9bcb19 1 @import "../index";
I 2
3 @smoothArea-prefix-cls: ~"@{ant-pro-prefix}-smooth-area";
4
5 .@{smoothArea-prefix-cls} {
6     position: relative;
7     width: 100%;
8
9     .chart-wrapper {
10         position: absolute;
11         bottom: -28px;
12         width: 100%;
13     }
14 }