Monitor.less 382 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2
@import '~@/utils/utils.less';
3 4

.mapChart {
niko's avatar
niko committed
5
  padding-top: 24px;
afc163's avatar
afc163 committed
6
  height: 452px;
7
  text-align: center;
niko's avatar
niko committed
8
  img {
9 10 11
    display: inline-block;
    max-width: 100%;
    max-height: 437px;
niko's avatar
niko committed
12
  }
13 14
}

afc163's avatar
afc163 committed
15
.pieCard :global(.pie-stat) {
jim's avatar
jim committed
16
  font-size: 24px !important;
afc163's avatar
afc163 committed
17 18
}

19 20 21 22 23
@media screen and (max-width: @screen-lg) {
  .mapChart {
    height: auto;
  }
}