Monitor.less 382 B

1234567891011121314151617181920212223
  1. @import '~antd/lib/style/themes/default.less';
  2. @import '~@/utils/utils.less';
  3. .mapChart {
  4. padding-top: 24px;
  5. height: 452px;
  6. text-align: center;
  7. img {
  8. display: inline-block;
  9. max-width: 100%;
  10. max-height: 437px;
  11. }
  12. }
  13. .pieCard :global(.pie-stat) {
  14. font-size: 24px !important;
  15. }
  16. @media screen and (max-width: @screen-lg) {
  17. .mapChart {
  18. height: auto;
  19. }
  20. }