提交
This commit is contained in:
17
src/pages/clockInPage/components/mapWrapper.vue
Normal file
17
src/pages/clockInPage/components/mapWrapper.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<script setup>
|
||||
import GdMap from "@/components/GdMap/index.vue"
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mapWrapper">
|
||||
<gd-map />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.mapWrapper {
|
||||
margin-top: 4vw;
|
||||
height: 40vh;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user