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

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

@@ -1840,14 +1840,14 @@ EOT;
                         
                         <table style="table-layout: auto;">  
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
-                                <td class="table-noborder" style="white-space: nowrap;"></td>
-                                <td style="text-align: left; background-color: lightslategray;" colspan="2">Grand Total</td>
-                                <td style="text-align: left; background-color: lightslategray;">{$orderTotalQuantity}</td>
-                                <td style="text-align: left; background-color: lightslategray;"></td>
-                                <td style="text-align: left; background-color: lightslategray;" colspan="2">{$orderTotalAmount}</td>
-                                <td style="text-align: left; background-color: lightslategray;"></td>
-                                <td style="text-align: left; background-color: lightslategray;" colspan="2">{$orderTotalTaxAmount}</td>
-                                <td style="text-align: left; background-color: lightslategray;">{$orderTotal}</td>
+                                <td class="table-noborder" style="width: 5%; white-space: nowrap;"></td>
+                                <td style="width: 10%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;" colspan="2">Grand Total</td>
+                                <td style="width: 8%; text-align: left; background-color: lightslategray; white-space: nowrap;">{$orderTotalQuantity}</td>
+                                <td style="width: 10%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;"></td>
+                                <td style="width: 14%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;" colspan="2">{$orderTotalAmount}</td>
+                                <td style="width: 8%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;"></td>
+                                <td style="width: 16%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;" colspan="2">{$orderTotalTaxAmount}</td>
+                                <td style="width: 10%; text-align: left; background-color: lightslategray; white-space: normal; word-break: break-word;">{$orderTotal}</td>
                             </tr>
                         </table>