跳至内容
菜单
此问题已终结
1 回复
3217 查看

Hi,

How could I set text as a watermark in an Odoo 12 custom report?

Im trying like this but it doesn't work, the div appears over the content hiding all the information.

<div t-att-style="'position:absolute;opacity:0.1;z-index:1000;transform:rotate(300deg);-webkit-transform:rotate(300deg);width:150%;'">
<p style="font-size:140px;">CANCELADO</p>
</div>

Thank you in advance 

形象
丢弃
最佳答案

You need to decrease z-index of the provided code and increase the z-index of the content div.

If content div has no z-index provide it higher then watermark div

形象
丢弃
编写者

Thank you for your answer, I try like that but doesn't work, I set my div as z-index as -1 and the z-index of the other content as 9999 but nothing changes you have other idea what it could be?

相关帖文 回复 查看 活动
3
12月 20
3169
2
9月 20
3455
1
10月 19
2588
3
8月 25
25398
0
3月 22
2609