style: 调整地图的高度

This commit is contained in:
xiaoxian521 2021-10-24 13:54:36 +08:00
parent c5d6d2c76e
commit 3e4b49b4be

View File

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