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 | } |