index.less 297 Bytes
Newer Older
1 2 3
.miniChart {
  position: relative;
  width: 100%;
4
  .chartContent {
5 6 7
    position: absolute;
    bottom: -34px;
    width: 100%;
afc163's avatar
afc163 committed
8
    > div {
nikogu's avatar
nikogu committed
9
      margin: 0 -5px;
10 11
      overflow: hidden;
    }
12
  }
13 14 15 16 17 18
  .chartLoading {
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -7px;
  }
19
}