riku
2024-05-09 75aeb4e63339b60f9559af984c7d9f87a7cba24a
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>