[Improvement] SwitchCell: add size prop (#1371)

This commit is contained in:
neverland
2018-07-01 07:47:14 +08:00
committed by GitHub
parent e820e072e3
commit e25dde299a
7 changed files with 17 additions and 8 deletions
+1
View File
@@ -56,6 +56,7 @@ export default {
| title | 左侧标题 | `String` | `''` |
| loading | 是否为加载状态 | `Boolean` | `false` |
| disabled | 是否为禁用状态 | `Boolean` | `false` |
| size | 开关尺寸 | `String` | `26px` |
### Event