From ed68b5c25b9f7ebef471eba25c8803f376c73c73 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 2 Nov 2020 18:56:11 +0800 Subject: [PATCH] feat(Cell): adjust icon margin to 4px (#3721) --- 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 07178be4..32ef1b8f 100644 --- a/packages/cell/index.less +++ b/packages/cell/index.less @@ -57,11 +57,11 @@ } &__left-icon-wrap { - margin-right: 5px; + .theme(margin-right, '@padding-base'); } &__right-icon-wrap { - margin-left: 5px; + .theme(margin-left, '@padding-base'); .theme(color, '@cell-right-icon-color'); }