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'); }