暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031
  1. @import "../../scss/_bootstrap-extended/include";
  2. @import "leaflet/dist/leaflet";
  3. .leaflet-map {
  4. z-index: 1;
  5. block-size: 400px;
  6. /* Map tooltip border radius */
  7. .leaflet-popup {
  8. .leaflet-popup-content-wrapper {
  9. @include border-radius($border-radius);
  10. }
  11. }
  12. .leaflet-control-container {
  13. .leaflet-left {
  14. inset-inline: 0 auto;
  15. .leaflet-control-zoom,
  16. .leaflet-control-layers {
  17. margin-inline: .625rem 0;
  18. }
  19. }
  20. .leaflet-right {
  21. inset-inline: auto 0;
  22. .leaflet-control-zoom,
  23. .leaflet-control-layers {
  24. margin-inline: 0 .625rem;
  25. }
  26. }
  27. }
  28. }