From f627653505db10fce261109d87c99541bd838c6f Mon Sep 17 00:00:00 2001 From: rex Date: Fri, 12 Oct 2018 15:06:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(Cell):=20=E8=A7=A3=E5=86=B3=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E6=A0=B7=E5=BC=8F=E7=B1=BB=E4=BC=98=E5=85=88=E7=BA=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20@rex-zsd=20(#746)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cell/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cell/index.less b/packages/cell/index.less index eb29fd65..8a2037bb 100644 --- a/packages/cell/index.less +++ b/packages/cell/index.less @@ -46,7 +46,7 @@ } &__left-icon { - font-size: 16px; + font-size: 16px !important; line-height: 24px; margin-right: 5px; vertical-align: middle; @@ -54,7 +54,7 @@ &__right-icon { color: @gray-dark; - font-size: 12px; + font-size: 12px !important; line-height: 24px; margin-left: 5px; }