From 668642a485a9f4b083ffc6981643ee2247500c2d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 09 Mar 2023 09:43:23 +0800
Subject: [PATCH] 火灾事件添加根据所选区域,地图自动定位中心
---
src/views/fire/fireSupplement.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/fire/fireSupplement.vue b/src/views/fire/fireSupplement.vue
index 6fde757..353eb6a 100644
--- a/src/views/fire/fireSupplement.vue
+++ b/src/views/fire/fireSupplement.vue
@@ -7,7 +7,7 @@
<el-button v-if="isDetail" size="small" @click="goToList">返回</el-button>
</div>
<el-row>
- <el-col :span="12">
+ <el-col :span="11">
<avue-form ref="form" v-model="form" :option="option">
<template slot="no">
<el-autocomplete class="inline-input"
@@ -21,6 +21,9 @@
</template>
</avue-form>
</el-col>
+ <el-col :span="1">
+
+ </el-col>
<el-col :span="12">
<OpenLayersMap ref="olMap" :mapLocation="mapLocation"></OpenLayersMap>
</el-col>
--
Gitblit v1.9.3