docs: improve hex readability

This commit is contained in:
陈嘉涵
2020-01-29 15:50:28 +08:00
parent 72fbbc3b15
commit 1917636b87
12 changed files with 14 additions and 14 deletions

View File

@@ -67,6 +67,6 @@ Use `pivot-text` to custom textuse `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` |

View File

@@ -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` |