Monitor.less 679 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.activeChart {
  position: relative;
}
.activeChartGrid {
  p {
    position: absolute;
    top: 80px;
  }
  p:last-child {
    top: 115px;
  }
}
.activeChartLegend {
  position: relative;
  font-size: 0;
  margin-top: 8px;
  height: 20px;
  line-height: 20px;
  span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 33.33%;
  }
  span:first-child {
    text-align: left;
  }
  span:last-child {
    text-align: right;
  }
}

.mapChart {
  padding-top: 46px;
  height: 436px;
}

@media screen and (max-width: @screen-lg) {
  .mapChart {
    height: auto;
  }
}