JSP中的表格打印换页后部分边框消失,加什么属性可以解决?

新手上路,请多包涵

使用IE的打印功能,转成pdf会出现该问题,预览时表格都是有的:
预览:
clipboard.png
打印:
clipboard.png
样式:
<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>
表格部分代码:
clipboard.png

阅读 5.2k
1 个回答
✓ 已被采纳新手上路,请多包涵

去掉height属性即可解决。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题