gpt4 book ai didi

css - 始终在底部显示 页脚

转载 作者:行者123 更新时间:2023-11-28 01:01:31 25 4
gpt4 key购买 nike

我有以下用于呈现PDF 文件的html,我需要呈现<tfoot>部分始终位于每个页面的底部,即使页面内容很小。

<div class="pdf-position-top pdf-content-center">
<table>
<thead>
<tr>
<th>
<div class="print-banner">
<span class="banner-text-repeat">Some Text</span>
</div>
</th>
</tr>
</thead>
@RenderSection("TableBody", required: true)
<tr>
<td>
<div class="pdf-content-center">@RenderBody()</div>
</td>
</tr>
<tfoot>
<tr>
<td>
<!--START print-banner top-->
<div class="print-banner">
<span class="banner-text-repeat">Some Text</span>
</div>
</td>
</tr>
</tfoot>
</table>
</div>

最佳答案

From documentation of header/footer

EO.Pdf.HtmlToPdf.Options.HeaderHtmlFormat = '<div class="print-banner">
<span class="banner-text-repeat">Some Text</span>
</div>'

关于css - 始终在底部显示 <tfoot> 页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41953162/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com