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
@@ -95,7 +95,7 @@ Vue.use(CellGroup);
<van-cell title="单元格" icon="shop-o">
<!-- Use the right-icon slot to customize the 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>
```