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(() => {
} }
}); });
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
#mapview { #mapview {
height: calc(100vh - 86px); height: calc(100vh - 86px);
} }

Loading…
Cancel
Save