From 7acf29bc9c430a3d001049b2cb8bb4aaebb2e46d Mon Sep 17 00:00:00 2001 From: ddcat1115 Date: Fri, 27 Oct 2017 15:08:10 +0800 Subject: [PATCH] tweak Card style --- components/card/style/index.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/card/style/index.less b/components/card/style/index.less index c50835f1b4..6025a2ab85 100644 --- a/components/card/style/index.less +++ b/components/card/style/index.less @@ -116,7 +116,6 @@ & > li { float: left; text-align: center; - height: 16px; margin: 12px 0; color: @text-color-secondary; @@ -124,11 +123,9 @@ display: inline-block; font-size: 14px; cursor: pointer; - height: 32px; - line-height: 32px; + line-height: 22px; min-width: 32px; position: relative; - top: -8px; &:hover { color: @primary-color; @@ -190,6 +187,8 @@ } &-meta { + margin: -4px 0; + &-content { display: table-row; } @@ -219,7 +218,7 @@ font-weight: 500; } - &-desscription { + &-description { color: @text-color-secondary; } }