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