PHP PDF Generator:<del>无法正确显示

时间:2018-12-28 14:19:15

标签: php css

我正在使用PDF生成器以PHP打印我的发票。一切正常,但是当我添加<del></del>来显示已删除的价格时,删除行不会居中。

在PDF中使用<del>

enter image description here

在网络上使用<del>

enter image description here

这是代码:

<td>
    <del>69,70&nbsp;€</del> 
    <ins>
        <span class="woocommerce-Price-amount amount">0,00&nbsp;<span class="woocommerce-Price-currencySymbol">€</span></span>
    </ins>
</td>

0 个答案:

没有答案