Commit 73940d8d authored by youjie's avatar youjie

调整 竖版行程天数超出底线高度

parent 701e31e6
...@@ -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: 1375px; top: 1453px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
......
...@@ -823,10 +823,10 @@ ...@@ -823,10 +823,10 @@
</div> </div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1375?'超出内容分割到下一页':'底线'}}</span> <span>{{pageHeight>1453?'超出内容分割到下一页':'底线'}}</span>
</div> </div>
<div v-if="pageHeight>(1375+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc" <div v-if="pageHeight>(1453+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1375&&pageHeight<2750?pageHeight+'px':'2750px'}"> :style="{'top': pageHeight>1453&&pageHeight<2906?pageHeight+'px':'2906px'}">
<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