# 进度条
<sm-progress strokeColor="red" :style="{ width: '10%', display: 'inline-block' }" type="circle" :percent="80">
</sm-progress>
# Attributes
提示
与 ant-design-vue (opens new window) 配置相同, 新增配置如下:
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
percent | 百分比 | number | string | - | - |
trailColor | 进度条底色 | string | - | '#f3f3f3' |
size | 进度条的尺寸。若类型为 number,则表示圆形进度条画布宽度 | number | string | 'small' | 'default' | 'large' | 'default' |