leafletHelper.css 333 B

123456789101112131415161718
  1. /* 解决leaflet瓦片显示有白线问题 */
  2. .leaflet-tile-container img {
  3. width: 257px !important;
  4. height: 257px !important;
  5. }
  6. .leaflet-control-common {
  7. font-size: 12px;
  8. /* color: red !important; */
  9. }
  10. .my-div-icon {
  11. z-index: -1000 !important;
  12. text-align: center;
  13. font-size: 16px;
  14. font-weight: bold;
  15. color: #ff00ff;
  16. }