[new feature] Stepper: support number type of input-width prop

This commit is contained in:
陈嘉涵
2019-05-31 17:37:13 +08:00
parent 4d71231436
commit d8803abf9f
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export default {
| disabled | 是否禁用步进器 | `Boolean` | `false` | - |
| disable-input | 是否禁用输入框 | `Boolean` | `false` | - |
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | `Boolean` | `false` | - |
| input-width | 输入框宽度,须指定单位 | `String` | `30px` | 1.6.13 |
| input-width | 输入框宽度,默认单位为`px` | `String | Number` | `30px` | 1.6.13 |
### Events