gpt4 book ai didi

css - wkhtmltopdf背景图片问题

转载 作者:行者123 更新时间:2023-12-04 15:22:07 25 4
gpt4 key购买 nike

我在 Rails 应用程序中使用 wkhtmltopdf 并尝试通过放置一个只有边框的图像作为另一个的背景图像来设置边框。 (我这样做是因为 box-shadow 不适用于 wkhtmltopdf)。这在 HTML View 中显示得很好,但在 pdf 中它不起作用。
我的 CSS 在这里:

.box{ 
background-image: url('/assets/posts/background_border.jpg');
background-repeat: no-repeat;
height: 100px;
width: 100px;
}

请让我知道如何解决这个问题。谢谢!

最佳答案

将背景图像的 URL 设为绝对。

background-image: url('http://localhost:8080/assets/posts/background_border.jpg'); 

关于css - wkhtmltopdf背景图片问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26941747/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com