导出pdf 的时候文字,图片会被截断

 

page-break-inside: avoid   //  避免在该标签处分页
page-break-before: always // 在该标签前分页

page-break-after: always // 该标签后分页

 

相关文章: