hug-sun / element3

A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS
https://e3.shengxinjing.cn/
MIT License
3.28k stars 1.01k forks source link

Progress 组件开发 #652

Closed JayMeDotDot closed 1 year ago

JayMeDotDot commented 2 years ago
属性 说明 类型 可选值 默认值
type 进度条类型 string line | circle | dashboard line
status 进度条状态 string success | error | warning | info -
color 进度条颜色 string ccsProperties
propcessing 处理中的状态 boolean true | false false
percentage 百分比值 number 0 ~ 100 0
indicator-placement 指标显示位置 string inside | outerside outerside
show-indicator 是否显示指标 boolean true | false true
height 进度条高度 number

各个属性详细说明:

JayMeDotDot commented 2 years ago

自己给自己布置的任务