docs(Progress): add stroke-width prop

This commit is contained in:
Jake 2019-09-11 11:38:14 +08:00
parent e159f5643e
commit dc73f32661

View File

@ -66,6 +66,7 @@
|-----------|-----------|-----------|-------------|-------------|
| inactive | 是否置灰 | *boolean* | `false` | - |
| percentage | 进度百分比 | *number* | `false` | - |
| stroke-width | 进度条粗细,默认单位为`px` | *string \| number* | `4px` | - |
| show-pivot | 是否显示进度文字 | *boolean* | `true` | - |
| color | 进度条颜色 | *string* | `#1989fa` | - |
| text-color | 进度条文字颜色 | *string* | `#fff` | - |