riku
2025-03-14 5f44d21b3921abc88506a7ec46b3fe6f078664aa
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>