css 当列高超出纸张尺寸时,页面总是会中断

0pizxfdo  于 2023-01-06  发布在  其他
关注(0)|答案(1)|浏览(141)

This is my file html当我将打印the row is break当我使用表头时将显示there was the line is erased
怎样使排不破?请大家帮忙。谢谢。

dhxwm5r4

dhxwm5r41#

你是不是已经试过用

<style>
    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
</style>

相关问题