riku
2025-11-27 63d9a9c62fd34f4b48a157e0bc57dd82ee09a197
src/components/map/BaseMap.vue
@@ -17,7 +17,7 @@
#container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100%;
  min-height: var(--screen-min-height);
  min-width: var(--screen-min-width);
  z-index: 0px;
@@ -33,8 +33,8 @@
  opacity: 0 !important;
}
.amap-marker-label {
  font-size: 13px;
/* .amap-marker-label {
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: transparent;
@@ -42,5 +42,5 @@
  border-radius: 2px;
  border: 0px;
  padding: 4px;
}
} */
</style>