小票模板优化

This commit is contained in:
余文财 2025-06-20 14:21:26 +08:00
parent 18f74eb342
commit 11b684294d
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</div> </div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div> <div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="font-size: 29px; margin: 10px 20px"> <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="margin-top: 10px;">
<div style="float: left;width: 190px;">金额合计:</div> <div style="float: left;width: 190px;">金额合计:</div>
<div style="margin-left: 190px;word-break: break-all;"> <div style="margin-left: 190px;word-break: break-all;">
@ -53,6 +53,7 @@
</div> </div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div> <div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="margin: 10px 20px"> <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;"> <table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
<tr style="font-size: 26px;"> <tr style="font-size: 26px;">
<th style="width: 300px;text-align: left;">项目名称</th> <th style="width: 300px;text-align: left;">项目名称</th>