quanyawei
2024-05-13 523baecb12e355b613f6a11d9156a5ae2c916491
1
2
3
4
5
6
7
8
9
.mini-chart{
    position: relative;
    width: 100%;
    .chart-content{
      position: absolute;
      bottom: -28px;
      width: 100%;
    }
  }