docs(Cell): updte icon size (#6780)
This commit is contained in:
+1
-1
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user