quanyawei
2023-09-21 78044879ff5f5b5966d594b51e9568fd57ed0e8a
1
2
3
4
5
6
7
8
9
.mini-chart{
    position: relative;
    width: 100%;
    .chart-content{
      position: absolute;
      bottom: -28px;
      width: 100%;
    }
  }