大宝管理后台代码
new
zzzz
2024-04-07 9a5d8867aee30f83d6b632e5dd2e30e56f9b4a96
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '../index';
 
@smoothArea-prefix-cls: ~"@{ant-pro-prefix}-smooth-area";
 
.@{smoothArea-prefix-cls} {
  position: relative;
  width: 100%;
 
  .chart-wrapper {
    position: absolute;
    bottom: -28px;
    width: 100%;
  }
}