From 63d9a9c62fd34f4b48a157e0bc57dd82ee09a197 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 27 十一月 2025 17:36:12 +0800
Subject: [PATCH] 2025.11.27

---
 src/components/map/BaseMap.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/map/BaseMap.vue b/src/components/map/BaseMap.vue
index 11e34ed..d4aa7fb 100644
--- a/src/components/map/BaseMap.vue
+++ b/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>

--
Gitblit v1.9.3