|
|
@@ -706,23 +706,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <!-- <tbody>
|
|
|
- <tr style="height: 252px;" ng-if="!currenctGoods || currenctGoods.length <= 0">
|
|
|
- <td colspan="10" style="padding: 74px 0;">
|
|
|
- <div style="line-height: 106px;">
|
|
|
- <div class="col-xs-2" style="margin-left: 35%;">
|
|
|
- <img src="static/img/all/empty-cart.png">
|
|
|
- </div>
|
|
|
- <div class="col-xs-4" style="line-height: 124px;">
|
|
|
- <p class="grey f16">暂无下架产品信息</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>-->
|
|
|
<tbody class="no-record-list" ng-if="!currenctGoods || currenctGoods.length <= 0">
|
|
|
- <tr class="height200">
|
|
|
- <td colspan="10"><img src="static/img/all/empty-cart.png"><span>暂无下架产品信息!</span></td>
|
|
|
+ <tr style="height:378px!important;">
|
|
|
+ <td colspan="10"><img src="static/img/all/empty-cart.png"><span class="f14">暂无下架产品信息</span></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|