riku
2025-06-03 06eeb9b59644971d93e6dd9207ac447864e527b9
src/components/map/BaseMap.vue
@@ -29,4 +29,15 @@
  display: none;
  opacity: 0 !important;
}
.amap-marker-label {
  font-size: 13px;
  text-align: center;
  color: white;
  background-color: transparent;
  text-shadow: black 2px 2px 2px;
  border-radius: 2px;
  border: 0px;
  padding: 4px;
}
</style>