小票模板优化
This commit is contained in:
parent
18f74eb342
commit
11b684294d
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
|
||||
<div style="font-size: 29px; margin: 10px 20px">
|
||||
<div style="text-align: center; font-size: 40px;font-weight: bold;"><span>费用信息</span></div>
|
||||
<div style="text-align: center; font-size: 32px;font-weight: bold;"><span>费用信息</span></div>
|
||||
<div style="margin-top: 10px;">
|
||||
<div style="float: left;width: 190px;">金额合计:</div>
|
||||
<div style="margin-left: 190px;word-break: break-all;">
|
||||
|
@ -53,6 +53,7 @@
|
|||
</div>
|
||||
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
|
||||
<div style="margin: 10px 20px">
|
||||
<div style="text-align: center; font-size: 32px;font-weight: bold;"><span>费用明细</span></div>
|
||||
<table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
|
||||
<tr style="font-size: 26px;">
|
||||
<th style="width: 300px;text-align: left;">项目名称</th>
|
||||
|
|
Loading…
Reference in New Issue