Kei*_*ons 2 wkhtmltopdf twitter-bootstrap-3
我有一个跨越多个页面的表格。标题在第二页上重复出现并与内容重叠。
我正在使用引导程序并确保在我的页面中实现了来自其他 wkhtmltopdf 重叠解决方案的 css。
thead { display: table-header-group; }
tfoot { display: table-row-group; }
tr { page-break-inside: avoid; }
table, tr, td, th, tbody, thead, tfoot, td div {
page-break-inside: avoid !important;
}
Run Code Online (Sandbox Code Playgroud)
桌子被包裹在一个<div class="table-responsive">. 这导致了这个问题。
我添加了以下 CSS 以更改在 table-responsive div 上处理溢出-x 的方式
.table-responsive { overflow-x: visible !important; }
Run Code Online (Sandbox Code Playgroud)
这解决了我的问题。
基思
| 归档时间: |
|
| 查看次数: |
5295 次 |
| 最近记录: |