From cc37b8ef3536872b678bd40881f9c5dcd8b48384 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 31 Oct 2018 18:55:54 +0800 Subject: [PATCH] should not hide avatar in vertical item layout of List --- components/list/style/index.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/list/style/index.less b/components/list/style/index.less index 6405e6dca7..4546f627a7 100644 --- a/components/list/style/index.less +++ b/components/list/style/index.less @@ -164,9 +164,6 @@ } &-meta { margin-bottom: @list-item-meta-margin-bottom; - &-avatar { - display: none; - } &-title { color: @heading-color; margin-bottom: @list-item-meta-title-margin-bottom;