Commit 683000f4 authored by youjie's avatar youjie

no message

parent e3dbca09
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@import "../../../assets/css/endTravelManager.css"; @import "../../../assets/css/endTravelManager.css";
.mapImg-Img p{ .mapImg-Img p{
text-align: center; text-align: center;
padding: 40px; padding: 20px 40px;
font-size: 18px; font-size: 18px;
color: #E95252; color: #E95252;
} }
...@@ -49,12 +49,12 @@ ...@@ -49,12 +49,12 @@
:isNewConfig="isNewConfig" @unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo"> :isNewConfig="isNewConfig" @unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo">
</TravelFeature> </TravelFeature>
<!-- 地图 --> <!-- 地图 -->
<div class="TravelPrice clearfix"> <div class="TravelPrice clearfix" style="padding: 25px;">
<div class="mapImg-buttom"> <div class="mapImg-buttom">
<span class="TMTitle"><i></i>地图</span> <span class="TMTitle"><i></i>地图</span>
<span class="foldList" @click="ShowMap=!ShowMap">编辑地图</span> <span class="foldList" @click="ShowMap=!ShowMap">编辑地图</span>
</div> </div>
<div class="mapImg-Img"> <div class="mapImg-Img marginT20">
<div v-if="PostConfig&&PostConfig.MapUrl"> <div v-if="PostConfig&&PostConfig.MapUrl">
<el-image <el-image
style="width: 100%; height: auto" style="width: 100%; height: auto"
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
v-for="(x, index) in TripMapList" v-for="(x, index) in TripMapList"
::key="x.Id" ::key="x.Id"
class="row-aic" class="row-aic"
style="margin-right: 10px;"
> >
<el-select <el-select
class="w100" class="w100"
...@@ -104,19 +103,19 @@ export default { ...@@ -104,19 +103,19 @@ export default {
}, },
CityList: [], CityList: [],
searchCity: { searchCity: {
// CodeLevel:'3',Name:"",
QCountry: "" QCountry: ""
}, },
map: null, map: null,
pois:"", pois:"",
listCity: [],
citys: "", citys: "",
deviceMarkers: [], deviceMarkers: [],
citiesData: [],
countries: "", countries: "",
countriesMarkers: [], countriesMarkers: [],
countriesData: [], countriesData: [],
citiesData: [],
TripMapList: [], TripMapList: [],
listCity: []
}; };
}, },
watch: { watch: {
...@@ -450,7 +449,7 @@ export default { ...@@ -450,7 +449,7 @@ export default {
if (x.MName == "中国") { if (x.MName == "中国") {
x.MName = "中华人民共和国"; x.MName = "中华人民共和国";
} }
this.map.addLayer({ this.map&&this.map.addLayer({
id: "world-layer-" + x.MId, id: "world-layer-" + x.MId,
type: "fill", type: "fill",
source: "word-source", source: "word-source",
...@@ -712,7 +711,7 @@ export default { ...@@ -712,7 +711,7 @@ export default {
left: 0; left: 0;
right: 0; right: 0;
z-index: 1001; z-index: 1001;
padding: 20px; padding: 10px 20px;
background: #f2f2f2; background: #f2f2f2;
} }
#trip_map { #trip_map {
...@@ -786,6 +785,7 @@ body { ...@@ -786,6 +785,7 @@ body {
line-height: 28px; line-height: 28px;
border-radius: 16px; border-radius: 16px;
cursor: pointer; cursor: pointer;
margin-top: 10px;
} }
.CancelMapImg{ .CancelMapImg{
background-color: gray; background-color: gray;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment