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

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

@@ -1670,7 +1670,7 @@ ORDER;
                 // 订单详情
                 //ek-3391 Taxable Amount和VAT Amount字段取值错误(两个取值取反了),需要修改 (2025/11/25 13:35 Ryan)
                 $orderDetails .= <<<EOT
-                <tr style="text-align: left; padding: 10px 5px; font-weight: normal; font-size: 12px; width: 100%;">
+                <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%; padding: 5px 5px;">
                     <td style="width: 30px;">{$no}</td>
                     <td>{$value['SKU_CODE']}</td>
                     <td>{$value['GOODS_TITLE']}</td>
@@ -1826,7 +1826,7 @@ EOT;
                         </table>
                         <table border="1" width="100%">
                             <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%; padding: 5px 5px;">
-                                <th style="white-space: nowrap;">No.</th>
+                                <th style="width: 30px; white-space: nowrap;">No.</th>
                                 <th style="white-space: nowrap;">Product Code</th>
                                 <th style="white-space: nowrap;">Product Name</th>
                                 <th style="white-space: nowrap;">Quantity</th>