在MPDF中,如何基于百分比值设置表td的背景色

时间:2018-10-17 03:40:39

标签: html-table mpdf

要为表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>

1 个答案:

答案 0 :(得分:0)

对于background-size元素,mPDF不支持

<td> CSS属性。

另请参阅https://mpdf.github.io/css-stylesheets/supported-css.html