Selaa lähdekoodia

feature/EK-33291的改动

ryan 1 kuukausi sitten
vanhempi
commit
05cc956b2f
1 muutettua tiedostoa jossa 12 lisäystä ja 4 poistoa
  1. 12 4
      common/libs/export/BaseExport.php

+ 12 - 4
common/libs/export/BaseExport.php

@@ -1907,10 +1907,18 @@ EOT;
                                 <td>Total BV</td>
                             </tr>
                             $orderDetails_bv
-                            <tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
-                                <td colspan="7" class="table-noborder"></td>
-                                <td colspan="2" background-color: lightslategray;>Grand Total BV</td>
-                                <td colspan="2" background-color: lightslategray;>{$orderTotalBv}</td>
+                        </table>
+                            
+                        <table style="table-layout: fixed;" class="table-noborder">
+                            <tr><td colspan="11"></td></tr>
+                            <tr><td colspan="11"></td></tr>
+                        </table>
+                        
+                        <table style="table-layout: fixed;">  
+                            <tr style="text-align: left; font-weight: normal; font-size: 12px;">
+                                <td class="table-noborder" style="width: 5%; white-space: nowrap;" colspan="7" ></td>
+                                <td style="width: 29%; text-align: left; background-color: lightslategray;" colspan="2">Grand Total BV</td>
+                                <td style="width: 14%; text-align: left; background-color: lightslategray;" colspan="2">{$orderTotalBv}</td>
                             </tr>
                         </table>