Commit afd45070 authored by youjie's avatar youjie

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

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