Sfoglia il codice sorgente

style: 调整地图的高度

xiaoxian521 3 anni fa
parent
commit
3e4b49b4be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/ReMap/src/Amap.vue

+ 1 - 1
src/components/ReMap/src/Amap.vue

@@ -134,7 +134,7 @@ onUnmounted(() => {
 
 <style lang="scss" scoped>
 #mapview {
-  height: 100%;
+  height: 100vh;
 }
 
 :deep(.amap-marker-label) {