app.map.less 824 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @media (max-width: 1000px) {
  2. .showDataBox {
  3. height: 400px;
  4. position: relative;
  5. }
  6. .mapBox {
  7. height: 300px;
  8. width: 100%;
  9. left: 0;
  10. top: 80px;
  11. }
  12. .chartPanel {
  13. min-height: 100%;
  14. height: auto;
  15. padding-bottom: 2px;
  16. }
  17. .map-title {
  18. font-size: 16px;
  19. width: 80%;
  20. left: 10%;
  21. }
  22. .ledfont {
  23. font-size: 14px;
  24. }
  25. .map-sub-view em {
  26. font-size: 16px;
  27. }
  28. .chartBoxList {
  29. position: relative;
  30. width: 100%;
  31. height: auto;
  32. margin: 60px auto;
  33. }
  34. .chartBox {
  35. position: relative !important;
  36. height: 240px !important;
  37. left: 0 !important;
  38. right: 0 !important;
  39. width: calc(100% - 40px);
  40. margin: 80px auto;
  41. }
  42. .chartBox:hover .chartQuery {
  43. right: -40px;
  44. }
  45. .map-date-dialog .el-dialog{
  46. width: 90% !important;
  47. }
  48. }