@@ -136,7 +136,8 @@
:label-col="{ span: 8 }"
name="longitude"
>
- <a-input v-model:value="dataModel.longitude" placeholder="" :rows="4"/>
+ <a-input-number style="width: 100%" :controls="false" v-model:value="dataModel.longitude" placeholder=""
+ :rows="4"/>
</a-form-item>
</a-col>
<a-col :span="8">
@@ -145,7 +146,7 @@
name="latitude"
- <a-input v-model:value="dataModel.latitude" placeholder=""/>
+ <a-input-number style="width: 100%" :controls="false" v-model:value="dataModel.latitude" placeholder=""/>