Progress: Revert pr #13198 (#15601)

This commit is contained in:
Zhi Cun
2019-05-17 16:01:11 +08:00
committed by hetech
parent 16a6059ed8
commit 613dd1a36d
6 changed files with 12 additions and 17 deletions

View File

@@ -40,7 +40,6 @@
<el-progress type="circle" :percentage="80" color="#8e71c7"></el-progress>
<el-progress type="circle" :percentage="100" status="success"></el-progress>
<el-progress type="circle" :percentage="50" status="exception"></el-progress>
<el-progress type="circle" :percentage="100" status="text">Done</el-progress>
```
:::
@@ -51,7 +50,7 @@
| type | 进度条类型 | string | line/circle | line |
| stroke-width | 进度条的宽度,单位 px | number | — | 6 |
| text-inside | 进度条显示文字内置在进度条内(只在 type=line 时可用) | boolean | — | false |
| status | 进度条当前状态 | string | success/exception/text | — |
| status | 进度条当前状态 | string | success/exception | — |
| color | 进度条背景色(会覆盖 status 状态颜色) | string | — | — |
| width | 环形进度条画布宽度(只在 type=circle 时可用) | number | | 126 |
| show-text | 是否显示进度条文字内容 | boolean | — | true |