Commit 2e64e33e authored by 沈良进's avatar 沈良进

页面修改

parent b264da60
...@@ -159,7 +159,7 @@ html, body{ ...@@ -159,7 +159,7 @@ html, body{
height: 0px; height: 0px;
border-bottom: 2px dashed red; border-bottom: 2px dashed red;
left: 0; left: 0;
top: 1345px; top: 1375px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
......
...@@ -732,10 +732,10 @@ ...@@ -732,10 +732,10 @@
</div> </div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1345?'超出内容分割到下一页':'底线'}}</span> <span>{{pageHeight>1375?'超出内容分割到下一页':'底线'}}</span>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc" <div v-if="pageHeight>(1375+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1345&&pageHeight<2690?pageHeight+'px':'2690px'}"> :style="{'top': pageHeight>1375&&pageHeight<2750?pageHeight+'px':'2750px'}">
<span>底线</span> <span>底线</span>
</div> </div>
</div> </div>
...@@ -821,7 +821,8 @@ ...@@ -821,7 +821,8 @@
} }
this.RenderingOk = true; this.RenderingOk = true;
setTimeout(()=>{ setTimeout(()=>{
this.pageHeight = document.querySelector(`#LineOfTravel${this.item * 4}_0${this.index}`).offsetHeight this.pageHeight = document.querySelector(`#LineOfTravel${this.item * 4}_0${this.index}`).offsetHeight;
console.log("dayTrip"+(this.index+1),this.pageHeight);
},500) },500)
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