Monitor.less 217 B

12345678910111213
  1. @import "~antd/lib/style/themes/default.less";
  2. @import "../../utils/utils.less";
  3. .mapChart {
  4. padding-top: 46px;
  5. height: 436px;
  6. }
  7. @media screen and (max-width: @screen-lg) {
  8. .mapChart {
  9. height: auto;
  10. }
  11. }