要为表td设置背景色,我使用了CSS属性background-image和背景大小,它在HTML中有效,但在MPDF中不起作用。
<table style="width:100%">
<tr>
<td>
<table style="width:100%">
<tr>
<td style="width:50%; border:1px solid black; height:20px; background-image:linear-gradient(to right, #6666FF, #6666FF); background-size:50% 100%;background-repeat:no-repeat"></td>
<td style="width:50%; border:1px solid black; height:20px; background-image:linear-gradient(to right, #99FF66, #99FF66); background-size:80% 100%;background-repeat:no-repeat"></td>
</tr>
</table>
</td>
</tr>
</table>
答案 0 :(得分:0)
background-size
元素,mPDF不支持 <td>
CSS属性。
另请参阅https://mpdf.github.io/css-stylesheets/supported-css.html。