docs: update numeric type

This commit is contained in:
陈嘉涵
2020-01-29 10:11:09 +08:00
parent 36ba412f70
commit c6f424baa7
85 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ export default {
| max | Max value | *number* | `100` |
| min | Min value | *number* | `0` |
| step | Step size | *number* | `1` |
| bar-height | Height of bar | *string \| number* | `2px` |
| button-size `v2.4.5` | Button size | *string \| number* | `24px` |
| bar-height | Height of bar | *number \| string* | `2px` |
| button-size `v2.4.5` | Button size | *number \| string* | `24px` |
| active-color | Active color of bar | *string* | `#1989fa` |
| inactive-color | Inactive color of bar | *string* | `#e5e5e5` |
| disabled | Whether to disable slider | *boolean* | `false` |
+2 -2
View File
@@ -104,8 +104,8 @@ Slider 垂直展示时,高度为 100% 父元素高度
| max | 最大值 | *number* | `100` |
| min | 最小值 | *number* | `0` |
| step | 步长 | *number* | `1` |
| bar-height | 进度条高度,默认单位为`px` | *string \| number* | `2px` |
| button-size `v2.4.5` | 滑块按钮大小,默认单位为`px` | *string \| number* | `24px` |
| bar-height | 进度条高度,默认单位为`px` | *number \| string* | `2px` |
| button-size `v2.4.5` | 滑块按钮大小,默认单位为`px` | *number \| string* | `24px` |
| active-color | 进度条激活态颜色 | *string* | `#1989fa` |
| inactive-color | 进度条非激活态颜色 | *string* | `#e5e5e5` |
| disabled | 是否禁用滑块 | *boolean* | `false` |