Browse Source

style: 调整地图的高度

xiaoxian521 3 năm trước cách đây
mục cha
commit
3e4b49b4be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {