Commit f2fcf184 authored by youjie's avatar youjie

修改行程线路 高

parent 592ccb10
...@@ -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{
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="min-height:1000px"> <div style="min-height:1440px">
<!-- 一张图 1-单张图,2-多张图--> <!-- 一张图 1-单张图,2-多张图-->
<template v-if=" <template v-if="
(item.TitleObj.ShowTripType==2&&(item.ScenicArray.length==1||item.ScenicArray.length==0)) (item.TitleObj.ShowTripType==2&&(item.ScenicArray.length==1||item.ScenicArray.length==0))
...@@ -825,10 +825,10 @@ ...@@ -825,10 +825,10 @@
</div> </div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1453?'超出内容分割到下一页':'底线'}}</span> <span>{{pageHeight>1754?'超出内容分割到下一页':'底线'}}</span>
</div> </div>
<div v-if="pageHeight>(1453+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc" <div v-if="pageHeight>(1754+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1453&&pageHeight<2906?pageHeight+'px':'2906px'}"> :style="{'top': pageHeight>1754&&pageHeight<3508?pageHeight+'px':'3508px'}">
<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