Browse Source

👈 编写高德地图组件

master
wangxiang 3 years ago
parent
commit
7a3470f82a
  1. 2
      kicc-ui/src/components/AMap/src/Amap.vue

2
kicc-ui/src/components/AMap/src/Amap.vue

@ -111,7 +111,7 @@ onUnmounted(() => { @@ -111,7 +111,7 @@ onUnmounted(() => {
}
});
</script>
<style lang="scss" scoped>
<style lang="less" scoped>
#mapview {
height: calc(100vh - 86px);
}

Loading…
Cancel
Save