mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user