使用IE的打印功能,转成pdf会出现该问题,预览时表格都是有的:
预览:
打印:
样式:
<style>
body{font-family: "FangSong";font-size: 15px; text-align: center;}
.content{width:640px;margin:0 auto 70px;}
.table1{width: 100%;table-layout:fixed;word-break:normal;}
.table1 tr{page-break-inside: avoid !important;}
.table1 tr td{height: 30px;border:2px solid #000;}
.webPrint {page-break-after:always;}
</style>
表格部分代码:
去掉height属性即可解决。