@@ -708,10 +708,10 @@
</td>
</tr>
</tbody>
- <tbody ng-show="active === 'all' && ALLList.length === 0">
+ <tbody ng-if="active === 'all' && ALLList.length === 0">
<tr>
- <td colspan="6">
- <div id="empty">
+ <td colspan="4">
+ <div class="empty">
<div class="left_img">
<a><img src="static/img/all/empty-cart.png"></a>
<a>B2B 商务</a>
@@ -987,4 +987,23 @@
.wui-date.small .wui-date-picker {
width: 260px
}
+ .empty {
+ padding: 70px 0;
+ margin: 0 auto;
+ text-align: center;
+ background: #fff;
+ }
+ .empty .left_img {
+ display: inline-block;
+ color: #3f84f6;
+ .empty .left_img a {
+ font-size: 25px;
+ .empty .right_link p {
+ margin: 0;
+ font-size: 14px;
+ color: #666;
</style>