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

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

@@ -1686,10 +1686,10 @@ ORDER;
                 </tr>
 EOT;
                 $orderDetails_bv .= <<<EOT
-                    <td>{$value['SKU_CODE']}</td>
-                    <td>{$value['BUY_NUMS']}</td>
-                    <td>{$unitBvFormat}</td>
-                    <td>{$totalBvFormat}</td>
+                    <td style="height: auto">{$value['SKU_CODE']}</td>
+                    <td style="height: auto">{$value['BUY_NUMS']}</td>
+                    <td style="height: auto">{$unitBvFormat}</td>
+                    <td style="height: auto">{$totalBvFormat}</td>
 EOT;
             }