|
|
@@ -776,7 +776,7 @@
|
|
|
|
|
|
<tbody ng-if="active !== 'all' && tableParams.total() == 0">
|
|
|
<tr>
|
|
|
- <td colspan="9">
|
|
|
+ <td colspan="3">
|
|
|
<div id="empty">
|
|
|
<div class="left_img">
|
|
|
<a><img src="static/img/all/empty-cart.png"></a>
|
|
|
@@ -793,7 +793,7 @@
|
|
|
</tbody>
|
|
|
<tbody ng-if="active === 'all' && (ALLList === undefined || ALLList.length == 0)">
|
|
|
<tr>
|
|
|
- <td colspan="6">
|
|
|
+ <td colspan="9">
|
|
|
<div class="empty">
|
|
|
<div class="left_img">
|
|
|
<a><img src="static/img/all/empty-cart.png"></a>
|
|
|
@@ -1437,6 +1437,7 @@
|
|
|
background: #d3eafc;
|
|
|
font-weight:bold;
|
|
|
margin-right:20px;
|
|
|
+ font-size:14px;
|
|
|
}
|
|
|
#order-detail-list .child-table tr th .order-count-click{
|
|
|
position:absolute;
|