我有一个图像报告模板,我想在此图像上创建报告(以获取公司的具体设计),有没有优化的方法来做到这一点?
答案 0 :(得分:1)
您想将图片作为报告背景,因此我们可以尝试这样做。在页面标记的Qweb报告中,我们可以使用适当的sytles提供背景图像,在行部分中,我们可以定义将出现在图像顶部的内容。
<div class="page" t-attf-style="background-image:url('/web/static/src/files/images/headers/image.jpg');background-size:1200px 900px; width:1200px; height:900px;">
<div class="row" >
....... your code
.......
</div>
<div>