Commit 38c297b4 by 朱继来

调整地址信息

parent 2573ebfa
......@@ -69,7 +69,7 @@
?>
<!-- 收货、发票等信息 -->
<div class="tabs-box table-responsive">
<div class="tabs-box table-responsive" style="width: 100%;">
@include('detail.detail_multi_info')
</div>
......
......@@ -15,11 +15,12 @@
?>
</div>
<table class="table table-bordered">
<div class="table-responsive">
<table class="table table-bordered text-nowrap">
<tr>
<th width="15%">收货人</th>
<th width="15%">联系电话/手机</th>
<th width="10%">配送方式</th>
<th width="18%">联系电话/手机</th>
<th width="15%">配送方式</th>
<?php if ($order_info['order_shipping_type'] == 2) { ?>
<th>自提地址</th>
<?php } else { ?>
......@@ -41,4 +42,6 @@
</td>
<?php } ?>
</tr>
</table>
</table>
</div>
......@@ -2,10 +2,11 @@
<h3 style="float: left; width: 100px;">发票收货信息</h3>
</div>
<table class="table table-bordered">
<div class="table-responsive">
<table class="table table-bordered text-nowrap">
<tr>
<th width="15%">收票人</th>
<th width="15%">联系电话/手机</th>
<th width="18%">联系电话/手机</th>
<th>收票地址</th>
</tr>
......@@ -16,4 +17,5 @@
<?= $order_invoice_address_info['province_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['city_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['district_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['address'] ?>
</td>
</tr>
</table>
\ No newline at end of file
</table>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment