Authored by htoooth

fix

@@ -9,9 +9,11 @@ @@ -9,9 +9,11 @@
9 .product-image { 9 .product-image {
10 width: 150px; 10 width: 150px;
11 text-align: center; 11 text-align: center;
12 - vertical-align: top;  
13 margin-top: 20px; 12 margin-top: 20px;
14 } 13 }
  14 +
  15 +
  16 +
15 </style> 17 </style>
16 18
17 <script> 19 <script>
@@ -100,7 +100,8 @@ export default { @@ -100,7 +100,8 @@ export default {
100 skn: row.product.productSkn 100 skn: row.product.productSkn
101 } 101 }
102 }); 102 });
103 - } 103 + },
  104 + className: 'top'
104 }, 105 },
105 { 106 {
106 title: "相似图", 107 title: "相似图",
@@ -232,4 +233,11 @@ export default { @@ -232,4 +233,11 @@ export default {
232 } 233 }
233 } 234 }
234 }; 235 };
235 -</script>  
  236 +</script>
  237 +
  238 +<style scoped>
  239 +.ivu-table .top td{
  240 + vertical-align: top;
  241 +}
  242 +</style>
  243 +