Browse Source

空状态界面二次验收调整

wangcz 8 years ago
parent
commit
9141ff83ec
1 changed files with 19 additions and 6 deletions
  1. 19 6
      components/product/ComponentGoods.vue

+ 19 - 6
components/product/ComponentGoods.vue

@@ -107,7 +107,7 @@
             </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>-->
+              <a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
             </div>
           </div>
         </td>
@@ -212,26 +212,39 @@
 </script>
 
 <style scoped>
-  .component-table .empty{
+  /**/
+  .product-list tbody>tr .empty{
     overflow: hidden;
     margin: 0!important;
     height:130px;
     display:inline-flex;
     align-items: center;
   }
-  .component-table .empty-info{
+  .product-list tbody>tr .empty .empty-img{
+    margin:0;
+    border:0;
+    min-width:143px;
+    min-height:72px;
+  }
+  .product-list tbody>tr .empty .empty-img img {
+    margin: 0;
+    border: 0;
+    min-width: 143px;
+    min-height: 72px;
+  }
+  .product-list tbody>tr .empty-info{
     line-height: 14px;
     width: 143px;
   }
-  .component-table .grey{
+  .product-list tbody>tr .grey{
     color: #999;
     font-size: 14px;
   }
-  .component-table .empty .empty-info>a{
+  .product-list tbody>tr .empty .empty-info>a{
     font-size: 14px;
     color: #5078cb;
   }
-  .component-table .empty .empty-info i{
+  .product-list tbody>tr .empty .empty-info i{
     margin-right:5px;
   }
   .product-list{