mirror of
https://github.com/youzan/vant.git
synced 2026-03-07 02:01:06 +08:00
docs: improve hex readability
This commit is contained in:
@@ -67,6 +67,6 @@ Use `pivot-text` to custom text,use `color` to custom bar color
|
||||
| track-color `v2.2.9` | Track color | *string* | `#e5e5e5` |
|
||||
| pivot-text | Pivot text | *string* | percentage |
|
||||
| pivot-color | Pivot text background color | *string* | inherit progress color |
|
||||
| text-color | Pivot text color | *string* | `#fff` |
|
||||
| text-color | Pivot text color | *string* | `white` |
|
||||
| inactive | Whether to be gray | *boolean* | `false` |
|
||||
| show-pivot | Whether to show text | *boolean* | `true` |
|
||||
|
||||
@@ -70,6 +70,6 @@ Vue.use(Progress);
|
||||
| track-color `v2.2.9` | 轨道颜色 | *string* | `#e5e5e5` |
|
||||
| pivot-text | 进度文字内容 | *string* | 百分比 |
|
||||
| pivot-color | 进度文字背景色 | *string* | 同进度条颜色 |
|
||||
| text-color | 进度文字颜色 | *string* | `#fff` |
|
||||
| text-color | 进度文字颜色 | *string* | `white` |
|
||||
| inactive | 是否置灰 | *boolean* | `false` |
|
||||
| show-pivot | 是否显示进度文字 | *boolean* | `true` |
|
||||
|
||||
Reference in New Issue
Block a user