Commit 7213942e authored by youjie's avatar youjie

no message

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