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
+1 -1
View File
@@ -96,7 +96,7 @@ Vue.use(CellGroup);
<van-cell title="单元格" icon="shop-o">
<!-- 使用 right-icon 插槽来自定义右侧图标 -->
<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>
```