Showing
2 changed files
with
13 additions
and
3 deletions
@@ -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 | + |
-
Please register or login to post a comment