“page-break-inside: 避免”- 不起作用

发布于 2024-11-29 01:36:04 字数 365 浏览 0 评论 0原文

我正在制作一个打印CSS...并且我想将某些块作为一个整体打印,因此我使用了“page-break-inside:避免”。但这似乎不起作用。

我一直在拼命寻找解决方案...我使用 Google Chrome

    .print-block
    {
        display: block;
        page-break-inside: avoid !important;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dashed black;
    }

这是 CSS,我正在使用...

I am making a print css... And i want to print certain blocks as a whole, therefore I used 'page-break-inside: avoid'. But this doesn't seem to work.

I have been searching desperatly to find a solution... I use Google Chrome

    .print-block
    {
        display: block;
        page-break-inside: avoid !important;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dashed black;
    }

This is the CSS, I am using...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Spring初心 2024-12-06 01:36:04

只有 Opera 完全支持 page-break-inside

参考资料:

常规

Chrome 特定

Firefox 特定

Only Opera fully supports page-break-inside.

References:

General

Chrome specific

Firefox specific

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文