inleft
2022-03-02 34223b096cf6ad9d92c3702bb9529e764f523b11
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 }