riku
2025-04-10 20c972a9f0a3abfc260b37c080c40a15d6ebeba6
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>