feat:baidumap

This commit is contained in:
alwayssuper
2025-07-19 17:44:48 +08:00
parent ea3fa161ec
commit 46561f05a7
3 changed files with 9 additions and 5 deletions

View File

@ -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>