mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(Cell): adjust icon margin to 4px (#3721)
This commit is contained in:
parent
410c21f0c7
commit
ed68b5c25b
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user