Skip to content

Commit 5a074fe

Browse files
Dreamerryaosendya
authored andcommitted
fix(cardlist): 解决cardList显示问题 #1155
1 parent dc3b6fc commit 5a074fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/list/CardList.vue

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
rowKey="id"
1515
:grid="{gutter: 24, lg: 3, md: 2, sm: 1, xs: 1}"
1616
:dataSource="dataSource"
17+
class="card-list"
1718
>
1819
<a-list-item slot="renderItem" slot-scope="item">
1920
<template v-if="!item || item.id === undefined">

0 commit comments

Comments
 (0)