[new feature] Radio: add icon-size prop

This commit is contained in:
陈嘉涵
2019-05-08 17:41:11 +08:00
parent d46b6e4fde
commit 21589c9b9f
4 changed files with 19 additions and 10 deletions
+1
View File
@@ -95,6 +95,7 @@ export default {
| name | Radio name | `any` | - |
| shape | Can be set to `square` | `String` | `round` |
| disabled | Whether to disable radio | `Boolean` | `false` |
| icon-size | Icon size | `String | Number` | `20px` |
| label-disabled | Whether to disable label click | `Boolean` | `false` |
| label-position | Can be set to `left` | `String` | `right` |
| checked-color | Checked color | `String` | `#1989fa` | - |