From 5a074fec1f6c79c957c4656d414a01d961762176 Mon Sep 17 00:00:00 2001 From: dreamerryao Date: Thu, 15 Jul 2021 18:40:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(cardlist):=20=E8=A7=A3=E5=86=B3cardList?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20#1155?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/list/CardList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/list/CardList.vue b/src/views/list/CardList.vue index 19b946d074..9e6292affb 100644 --- a/src/views/list/CardList.vue +++ b/src/views/list/CardList.vue @@ -14,6 +14,7 @@ rowKey="id" :grid="{gutter: 24, lg: 3, md: 2, sm: 1, xs: 1}" :dataSource="dataSource" + class="card-list" >