Commit 45b05ba4 authored by liudong1993's avatar liudong1993
parents 78dcf455 063a834f
...@@ -161,7 +161,7 @@ html, body{ ...@@ -161,7 +161,7 @@ html, body{
height: 0px; height: 0px;
border-bottom: 2px dashed red; border-bottom: 2px dashed red;
left: 0; left: 0;
top: 1453px; top: 1754px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
...@@ -610,13 +610,13 @@ html, body{ ...@@ -610,13 +610,13 @@ html, body{
color: #2A2A2A; color: #2A2A2A;
} }
.UpgradedVersion-boxHeight{ .UpgradedVersion-boxHeight{
width: 1123px; width: 1240px;
min-height: 1450px; min-height: 1754px;
margin: auto; margin: auto;
} }
.UpgradedVersion-box2 { .UpgradedVersion-box2 {
width: 1123px; width: 1240px;
min-height: 1478px; min-height: 1754px;
height: 100%; height: 100%;
} }
...@@ -810,17 +810,17 @@ html, body{ ...@@ -810,17 +810,17 @@ html, body{
height: 280px; height: 280px;
} }
.travelDaysMasterMap4_1{ .travelDaysMasterMap4_1{
width: 696px; width: 772px;
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