|
@ -46,9 +46,9 @@ const toDetail = (productId, classify) => { |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.line_cards { |
|
|
.line_cards { |
|
|
display: grid; |
|
|
display: grid; |
|
|
grid-template-columns: repeat(1, 1fr); |
|
|
|
|
|
|
|
|
// grid-template-columns: repeat(1, 1fr); |
|
|
// grid-template-rows: repeat(10, 1fr); |
|
|
// grid-template-rows: repeat(10, 1fr); |
|
|
column-gap: 7px; |
|
|
|
|
|
|
|
|
// column-gap: 7px; |
|
|
padding: 0 7px; |
|
|
padding: 0 7px; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
row-gap: 7px; |
|
|
row-gap: 7px; |
|
|