Browse Source

feature/EK-33291的改动

ryan 1 month ago
parent
commit
73d2a49f27
1 changed files with 4 additions and 4 deletions
  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 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>
+                    <td style="height: 24px;">{$value['SKU_CODE']}</td>
+                    <td style="height: 24px;">{$value['BUY_NUMS']}</td>
+                    <td style="height: 24px;">{$unitBvFormat}</td>
+                    <td style="height: 24px;">{$totalBvFormat}</td>
 EOT;
             }