美文网首页
使用print.js导致打印页面显示不全问题

使用print.js导致打印页面显示不全问题

作者: 匆白 | 来源:发表于2024-07-10 13:41 被阅读0次

<style>

/* Targets all the pages */

@page{size:8.5in 9in;margin-top:4in;}

/* Targets all even-numbered pages */

@page:left{margin-top:4in;}

/* Targets all odd-numbered pages */

@page:right{size:11in;margin-top:4in;}

/* Targets all selectors with `page: wide;` set */

@pagewide{size:a4 landscape;}

@page{

/* margin box at top right showing page number */

@top-right{content:"Page "counter(pageNumber);}

}

</style>

相关文章

网友评论

      本文标题:使用print.js导致打印页面显示不全问题

      本文链接:https://www.haomeiwen.com/subject/iefthjtx.html