diff --git a/packages/cell/index.less b/packages/cell/index.less index 8a2037bb..5e9ece05 100644 --- a/packages/cell/index.less +++ b/packages/cell/index.less @@ -45,6 +45,13 @@ vertical-align: middle; } + &__left-icon-wrap, + &__right-icon-wrap { + display: flex; + align-items: center; + height: 24px; + } + &__left-icon { font-size: 16px !important; line-height: 24px; diff --git a/packages/cell/index.wxml b/packages/cell/index.wxml index 4d8bc746..1350ad53 100644 --- a/packages/cell/index.wxml +++ b/packages/cell/index.wxml @@ -1,11 +1,12 @@ @@ -29,6 +30,7 @@