gpt4 book ai didi

c# - Rotativa - 奇怪的 header 输出

转载 作者:太空狗 更新时间:2023-10-29 22:22:12 26 4
gpt4 key购买 nike

我正在尝试解决我的 HTML 中的表格标题在后续页面上无法正确呈现的问题。关于如何解决此问题的任何想法?

标题

 <thead>
<tr>
<th></th>
<th>@Index.LastName</th>
<th>@Index.FirstName</th>
<th>@Index.Contact</th>
<th>@Index.Division</th>
<th>@Index.ClubName</th>
<th>@Index.Position</th>
</tr>
</thead>

Action :

public ActionResult PrintResults(UserMemberSearchViewModel model)
{
model.Results = UserMemberSearchTasks.Search(model);
return new PartialViewAsPdf("ResultsPDF", model)
{
FileName = Resources.UserMemberSearch.Index.MemberDetails + ".pdf",

};
}

结果

enter image description here

最佳答案

这显然是由 wktohtml 中的错误引起的问题。

<style>
tr { page-break-inside: avoid;}
</style>

参见 this更多...

关于c# - Rotativa - 奇怪的 header 输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31248889/

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