门诊小票T2模板优化
This commit is contained in:
parent
c9592dfd90
commit
ee2115e367
|
@ -155,22 +155,6 @@
|
|||
<div class="divider">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
<div style="margin-left: 20px; margin-top: 10px; ">
|
||||
<table border="0" style="font-size: 30px;">
|
||||
<tr style="font-size: 34px; ">
|
||||
<th>项目名称</th>
|
||||
<th>数量</th>
|
||||
<th>单价</th>
|
||||
<th>小计</th>
|
||||
</tr>
|
||||
<tr th:each="item : ${items}" style="height: 50px;">
|
||||
<td style=" width: 310px; word-break: break-all;" th:text="${item.name}"></td>
|
||||
<td th:text="${item.quantity}"></td>
|
||||
<td th:text="${item.unitPrice}"></td>
|
||||
<td th:text="${item.subtotal}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
<table>
|
||||
<tr class="text-35">
|
||||
|
|
Loading…
Reference in New Issue