Browse Source

feature/EK-33291的改动

ryan 1 month ago
parent
commit
b5c3cfab74
1 changed files with 1 additions and 2 deletions
  1. 1 2
      common/libs/export/BaseExport.php

+ 1 - 2
common/libs/export/BaseExport.php

@@ -1825,7 +1825,7 @@ EOT;
                             {$orderDetails}
                         </table>
                         
-                        <table border="1" width="100%" style="table-layout: auto;">
+                        <table border="1" width="100%" >
                             <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%; padding: 5px 5px;">
                                 <th style="width: 30px;">No.</th>
                                 <th style="white-space: normal; word-break: keep-all;">Product Code</th>
@@ -1837,7 +1837,6 @@ EOT;
                                 <th style="white-space: normal; word-break: keep-all;">VAT Amount ({$currency})</th>
                                 <th style="white-space: normal; word-break: keep-all;">Total({$currency})</th>
                             </tr>
-                            {$orderDetails}
                         </table>
                             
                         <table style="table-layout: fixed;" class="table-noborder">