在单个页面上(在 SalesForce 中生成的内容)?
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.
我在销售团队工作。我有一个页面可以根据用户指定的参数生成 PDF。问题是大多数时候<p>页面之间的运行看起来很糟糕。
<p>
如果将在页面之间运行,有没有办法(使用 CSS 或 HTML)强制<p>分页?
分页符 =<div style="page-break-after:always;"></div>
<div style="page-break-after:always;"></div>
不可破碎区域 =<div style="page-break-inside:avoid"> Not breakable html area </div>
<div style="page-break-inside:avoid"> Not breakable html area </div>