feat:baidumap
This commit is contained in:
@ -93,14 +93,14 @@
|
||||
@blur="updateLocationFromCoordinates"
|
||||
/>
|
||||
</el-form-item>
|
||||
<div class="pl-0 w-full ml-[-18px]" v-if="showMap">
|
||||
<div class="pl-0 h-[400px] w-full ml-[-18px]" v-if="showMap">
|
||||
<Map
|
||||
:isWrite="true"
|
||||
:clickMap="true"
|
||||
:center="formData.location"
|
||||
@locateChange="handleLocationChange"
|
||||
ref="mapRef"
|
||||
class="h-[400px] w-full"
|
||||
class="h-full w-full"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user