How to use the components of element-ui to display products with pictures with users?

1. Currently using element-ui components and vue.js to build the front end, now want to have a display of goods like the browsing interface, do you want to use el-table? At present, we only know the table form shown in the following figure, which has only one item per line

.

clipboard.png

clipboard.png

Mar.02,2021

look at the table above you should not use the table, but should use the card, along with the layout


what you can't do with table, use the card to make a template, and then the external loop layout

Menu