Commit 1be470ca authored by youjie's avatar youjie

no message

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