Authored by htoooth

fix

... ... @@ -9,9 +9,11 @@
.product-image {
width: 150px;
text-align: center;
vertical-align: top;
margin-top: 20px;
}
</style>
<script>
... ...
... ... @@ -100,7 +100,8 @@ export default {
skn: row.product.productSkn
}
});
}
},
className: 'top'
},
{
title: "相似图",
... ... @@ -232,4 +233,11 @@ export default {
}
}
};
</script>
\ No newline at end of file
</script>
<style scoped>
.ivu-table .top td{
vertical-align: top;
}
</style>
... ...