Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DOMPDF 库动态生成发票。我的用例场景是在每页顶部留出大约 3 英寸的空间。在第一页上,我使用具有适当高度的空白 div 创建了它。
现在在第二页上,由于显而易见的原因,它从一开始就没有达到所需的高度。有什么建议么?
而不是间隔 div 只需在 css 中设置页边距:
@page { margin-top: 3in; }