Commit afd45070 authored by youjie's avatar youjie

优化竖版 行程路线宽高 及 图宽

parent f2fcf184
......@@ -610,12 +610,12 @@ html, body{
color: #2A2A2A;
}
.UpgradedVersion-boxHeight{
width: 1123px;
width: 1240px;
min-height: 1450px;
margin: auto;
}
.UpgradedVersion-box2 {
width: 1123px;
width: 1240px;
min-height: 1478px;
height: 100%;
}
......@@ -814,13 +814,13 @@ html, body{
height: 449px;
}
.travelDaysMasterMap4_2{
width: 331px;
width: 370px;
height: 214px;
}
/* .width331{
width: 331px;
} */
.travelDaysMasterMap5_1{
width: 514px;
width: 571px;
height: 291px;
}
......@@ -690,7 +690,7 @@
list.forEach(x=>{
x.IsBlowUp = false
if(this.PostConfig.FeaturePageType==2){
x.zoom = 0.44
x.zoom = 0.40
}else if(this.PostConfig.FeaturePageType==1){
x.zoom = 0.285
}
......@@ -958,7 +958,7 @@
list.forEach(x=>{
x.IsBlowUp = false
if(tempData.FeaturePageType==2){
x.zoom = 0.44
x.zoom = 0.40
}else if(tempData.FeaturePageType==1){
x.zoom = 0.285
}
......
......@@ -278,7 +278,7 @@
x.zoom = 0.285
}
if(this.dataAll.FeaturePageType==2){
x.zoom = 0.44
x.zoom = 0.40
}
})
this.$forceUpdate()
......@@ -291,7 +291,7 @@
}
else{
if(this.dataAll.FeaturePageType==1) item.zoom = 0.285
if(this.dataAll.FeaturePageType==2) item.zoom = 0.44
if(this.dataAll.FeaturePageType==2) item.zoom = 0.40
}
this.$forceUpdate()
},
......
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