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.
我有一个要打印的相当大的表格,我想确保在一行中不会出现分页符。
我使用了以下 CSS,但这似乎不起作用:
tr {page-break-inside: avoid }
到处都建议这样做,但似乎不起作用。有任何想法吗?