ryan 1 месяц назад
Родитель
Сommit
7015d19c0e
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      common/libs/export/BaseExport.php

+ 7 - 7
common/libs/export/BaseExport.php

@@ -1828,14 +1828,14 @@ EOT;
                         <table border="1" width="100%" style="table-layout: auto;">
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
                                 <th style="white-space: nowrap; word-break: keep-all; width: auto;">No.</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">Product Code</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">Product Code</th>
                                 <th style="white-space: normal; word-break: break-word; width: auto;">Product Name</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">Quantity</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">Unit Price({$currency})</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">Taxable Amount({$currency})</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">VAT Rate</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">VAT Amount({$currency})</th>
-                                <th style="white-space: nowrap; word-break: keep-all; width: auto;">Total({$currency})</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">Quantity</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">Unit Price({$currency})</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">Taxable Amount({$currency})</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">VAT Rate</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">VAT Amount({$currency})</th>
+                                <th style="white-space: nowrap; word-break: break-word; width: auto;">Total({$currency})</th>
                             </tr>
                             {$orderDetails}
                         </table>