Commit 03b1f84c authored by youjie's avatar youjie

调整行程超出内容

parent 727bb208
<template> <template>
<div style="height: 100%;overflow: hidden;" v-if="RenderingOk"> <div style="height: 100%;overflow: hidden;" v-if="RenderingOk">
<!-- -->
<div class="UpgradedVersion-box2 UpgradedVersion-homebj relative" style="zoom: 0.44;" <div class="UpgradedVersion-box2 UpgradedVersion-homebj relative" style="zoom: 0.44;"
:id="'LineOfTravel'+(item*4)+'_0'+index"> >
<div class=" z-index1" style="left: 0;right: 0; top: 0;bottom: 0;"> <div class=" z-index1" style="left: 0;right: 0; top: 0;bottom: 0;">
<div :id="'LineOfTravel'+(item*4)+'_0'+index">
<Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header> <Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header>
<div class="travelDaysTitlle row-aic"> <div class="travelDaysTitlle row-aic">
<div class="travelDaysTitlle-left"> <div class="travelDaysTitlle-left">
...@@ -124,6 +124,8 @@ ...@@ -124,6 +124,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- otherJourney-footer --> <!-- otherJourney-footer -->
<div class="footer"> <div class="footer">
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}"> <div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}">
...@@ -139,11 +141,9 @@ ...@@ -139,11 +141,9 @@
</div> </div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>底线</span> <span>{{pageHeight>1464?'超出内容已分割到下一页':'底线'}}</span>
</div> </div>
<!-- v-if="pageHeight>1839" --> <div class="UpgradedVersion2Line absolute z-index3 row-ajc" :style="{'top': pageHeight>1464&&pageHeight<2878?pageHeight+'px':'2878px'}">
<!-- :style="{'top': pageHeight>2878?'2878px':pageHeight-10+'px'}" -->
<div class="UpgradedVersion2Line absolute z-index3 row-ajc" style="top: 2878px">
<span>底线</span> <span>底线</span>
</div> </div>
</div> </div>
......
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