Commit 683000f4 authored by youjie's avatar youjie

no message

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