Browse Source

refactor: ♻️ 修改排序方式为竖向

pull/19/head
姜鑫 2 years ago
parent
commit
1966785118
  1. 2
      src/components/ScrollList/ScrollList.vue

2
src/components/ScrollList/ScrollList.vue

@ -13,7 +13,7 @@
@swiper="swiperInit"
>
<SwiperSlide v-for="item of chunkList" :key="JSON.stringify(item)">
<div class="flex flex-wrap gap-4">
<div class="grid grid-cols-[repeat(3,556px)] grid-rows-[repeat(2,430px)] grid-flow-col gap-4">
<ScrollListItem v-for="customer of item" :key="customer.addTime" :customer="customer" />
</div>
</SwiperSlide>

Loading…
Cancel
Save