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

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

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

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