Commit 1dc3bf1176a6c75254a2f192a423f813b999ca4e
1 parent
8d1a0648
up
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/HomeCategoryList.vue
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <div class="text-body-1 tw-text-left tw-mb-8">{{ desc }}</div> |
5 | 5 | <v-item-group multiple> |
6 | 6 | <v-row> |
7 | - <v-col v-for="(item, index) in list" :key="index" cols="3" :lg="lgCol" md="4" sm="6"> | |
7 | + <v-col v-for="(item, index) in list" :key="index" cols="12" :lg="lgCol" md="4" sm="6"> | |
8 | 8 | <v-hover v-slot="{ isHovering, props }" open-delay="200"> |
9 | 9 | <v-card |
10 | 10 | :elevation="isHovering ? 16 : 2" | ... | ... |