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 来生成一些协议。这里最终的样子(在屏幕上我正在使用 dompdf 调试服务,正如您在 url 栏中看到的那样):
如您所见,背景周围有一些缩进。我尝试在内部 css 中使用边距/填充指令,但没有任何更改。请告诉我,我可以做错什么吗?我使用 laravel-dompdf 包,但我认为填充的原因在于设置或类似的东西。
找到了答案:我需要使用这个:
@page { margin: 0; }