【发布时间】:2016-11-19 20:57:02
【问题描述】:
我使用@media print {} 对打印进行一些更改。但是当我在谷歌浏览器中看到打印预览时,它会在底部显示一个额外的空白页。如何删除它?我尝试了一些代码,但它仍然无法正常工作。
div:last-child{
page-break-after: auto !important;
}
body,html{
height:auto !important;
min-height:200px;
}
【问题讨论】:
标签: css google-chrome printing