Commit a11edcfab1dcb438763af7d6944ebaeee35c3b23
1 parent
d4e3b709
电池包打印页面调整
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/receipt/receiptContainerDetail/reportBatteryPackage.html
... | ... | @@ -17,7 +17,7 @@ |
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%" style="margin-left:11%" border="0" cellspacing="0" cellpadding="0" class="dy-report " | |
20 | + <table width="100%" border="0" cellspacing="0" cellpadding="0" class="dy-report " | |
21 | 21 | th:each="row:${receiptDetails}"> |
22 | 22 | <tbody> |
23 | 23 | <tr style="height:40%;"> |
... | ... |