Commit 526a66a974a68c8c9de6cb5106d658396809f8a9
1 parent
d20fb3f8
打印二维码调整页面
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/receipt/receiptContainerDetail/reportBatteryPackage.html
... | ... | @@ -17,10 +17,10 @@ |
17 | 17 | <div class="container" style="color: #333;"> |
18 | 18 | <div class="row"> |
19 | 19 | <div class="row" style="text-align:right"><span class="hidden-print" style="padding-left:2px;"><button type="button" onClick="a()"><i class="fa fa-print"></i> 打印</button></span></div> |
20 | - <table width="100%" border="0" cellspacing="0" cellpadding="0" class="dy-report " | |
20 | + <table width="100%" style="margin-left:11%" border="0" cellspacing="0" cellpadding="0" class="dy-report " | |
21 | 21 | th:each="row:${receiptDetails}"> |
22 | 22 | <tbody> |
23 | - <tr style="height:40%"> | |
23 | + <tr style="height:40%;"> | |
24 | 24 | <td style="margin:0px;width:100%;" align="center" > |
25 | 25 | <input th:value="${row.batteryPackTwoCode}" type="hidden" name="code"/> |
26 | 26 | <!--<div style="" class="qrcode"></div>--> |
... | ... |