Commit 11547238 authored by 吴春's avatar 吴春
parents 0ce5bfab 45b05ba4
...@@ -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;
} }
...@@ -795,7 +795,7 @@ ...@@ -795,7 +795,7 @@
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
<span style="margin-left: 20px;color: red;">注:只有帮其他公司{{this.$route.query.Type==1?'代收':'代付'}}的需选择此项,非代收代付则忽略此项</span> <span style="margin-left: 20px;color: red;">注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项</span>
</p> </p>
</div> </div>
...@@ -1877,7 +1877,7 @@ ...@@ -1877,7 +1877,7 @@
} }
else if(this.msg.HelpBranchId>-1){ else if(this.msg.HelpBranchId>-1){
let that = this let that = this
let brandName='确认是'; let brandName='确认是';
this.companyList.forEach(item => { this.companyList.forEach(item => {
if(item.Id==this.msg.HelpBranchId){ if(item.Id==this.msg.HelpBranchId){
brandName+=item.BName; brandName+=item.BName;
......
...@@ -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