|
|
@@ -100,8 +100,16 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr v-if="componentGoods.totalElements == 0">
|
|
|
- <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;">
|
|
|
- <i class="fa fa-smile-o fa-lg"></i> 暂无产品信息
|
|
|
+ <td colspan="12">
|
|
|
+ <div class="empty">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="/images/brandList/empty-cart.png">
|
|
|
+ </p>
|
|
|
+ <div class="empty-info">
|
|
|
+ <p class="grey"> 暂无产品信息 </p>
|
|
|
+ <!--<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -204,6 +212,28 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+ .component-table .empty{
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 0!important;
|
|
|
+ height:130px;
|
|
|
+ display:inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .component-table .empty-info{
|
|
|
+ line-height: 14px;
|
|
|
+ width: 143px;
|
|
|
+ }
|
|
|
+ .component-table .grey{
|
|
|
+ color: #999;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .component-table .empty .empty-info>a{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5078cb;
|
|
|
+ }
|
|
|
+ .component-table .empty .empty-info i{
|
|
|
+ margin-right:5px;
|
|
|
+ }
|
|
|
.product-list{
|
|
|
width: 1190px;
|
|
|
margin-bottom: 20px;
|