|
|
@@ -1637,8 +1637,8 @@ ORDER;
|
|
|
|
|
|
// 订单详情
|
|
|
$orderDetails .= <<<EOT
|
|
|
- <tr style="text-align: left; padding: 10px 5px; font-weight: normal; font-size: 12px;">
|
|
|
- <td style="width: 20px;">{$no}</td>
|
|
|
+ <tr style="text-align: left; padding: 10px 5px; font-weight: normal; font-size: 12px; width: 100%;">
|
|
|
+ <td style="width: 30px;">{$no}</td>
|
|
|
<td>{$value['SKU_CODE']}</td>
|
|
|
<td>{$value['GOODS_TITLE']}</td>
|
|
|
<td>{$value['BUY_NUMS']}</td>
|
|
|
@@ -1772,8 +1772,8 @@ EOT;
|
|
|
<br />
|
|
|
<br />
|
|
|
<table border="1" width="100%">
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- <th style="width: 20px;">No.</th>
|
|
|
+ <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%;">
|
|
|
+ <th style="width: 30px;">No.</th>
|
|
|
<th>Product Code</th>
|
|
|
<th>Product Name</th>
|
|
|
<th>Quantity</th>
|