[Improvement] Icon: add size prop (#1555)

This commit is contained in:
neverland
2018-07-30 17:01:07 +08:00
committed by GitHub
parent 35bf6447bc
commit c0e9fd633a
22 changed files with 183 additions and 180 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ import 'vant/lib/vant-css/icon-local.css';
|-----------|-----------|-----------|-------------|
| name | 图标名称 | `String` | - |
| info | 图标右上角文字提示 | `String | Number` | - |
| color | 图标颜色 | `String` | - |
| color | 图标颜色 | `String` | `inherit` |
| size | 图标大小 | `String` | `inherit` |
### Event