docs(Cell): updte icon size (#6780)

This commit is contained in:
neverland
2020-07-14 20:02:00 +08:00
committed by GitHub
parent 121da6d615
commit d4737ff07e
4 changed files with 7 additions and 4 deletions

View File

@@ -60,7 +60,10 @@
<van-cell icon="shop-o" :title="t('cell')">
<template #right-icon>
<van-icon name="search" style="line-height: inherit;" />
<van-icon
name="search"
style="font-size: 16px; line-height: inherit;"
/>
</template>
</van-cell>
</demo-block>