index.less 134 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
.mapChart {
  background-color: #fff;
  position: relative;
  .canvas {
    width: 100%;
    & > img {
      width: 100%;
    }
  }
}