feat(Progress): add track-color prop (#4789)
This commit is contained in:
@@ -71,6 +71,7 @@ Vue.use(Progress);
|
||||
| stroke-width | 进度条粗细,默认单位为`px` | *string \| number* | `4px` | 2.2.1 |
|
||||
| show-pivot | 是否显示进度文字 | *boolean* | `true` | - |
|
||||
| color | 进度条颜色 | *string* | `#1989fa` | - |
|
||||
| text-color | 进度条文字颜色 | *string* | `#fff` | - |
|
||||
| text-color | 进度文字颜色 | *string* | `#fff` | - |
|
||||
| track-color | 轨道颜色 | *string* | `#e5e5e5` | 2.2.9 |
|
||||
| pivot-text | 文字显示 | *string* | 百分比文字 | - |
|
||||
| pivot-color | 文字背景色 | *string* | 与进度条颜色一致 | - |
|
||||
|
||||
Reference in New Issue
Block a user