Commit 9ef65fae authored by youjie's avatar youjie

no message

parent 83535669
......@@ -159,8 +159,7 @@ html, body{
height: 0px;
border-bottom: 2px dashed red;
left: 0;
/* 1347 */
top: 1439px;
top: 1493px;
right: 0;
}
.UpgradedVersion2Line span{
......
......@@ -734,10 +734,10 @@
</div>
</div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1464?'超出内容分割到下一页':'底线'}}</span>
<span>{{pageHeight>1493?'超出内容分割到下一页':'底线'}}</span>
</div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1464&&pageHeight<2878?pageHeight+'px':'2878px'}">
:style="{'top': pageHeight>1493&&pageHeight<2986?pageHeight+'px':'2986px'}">
<span>底线</span>
</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