用于展示操作的当前进度或加载状态。
import "../../components/lanyun-line-progress/lanyun-line-progress.stml";
<lanyun-line-progress
:precent="precent"
height="20px"
font-size="12px"
active-color="#34D399"
inactive-color="#D1FAE5"
/>
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
precent | 当前进度百分比, 必填 | number | - |
height | 进度条高度, 选填 | string | 14px |
font-size | 字体大小, 选填 | string | 8px |
active-color | 进度条颜色, 选填 | string | #06f |
inactive-color | 进度条背景颜色, 选填 | string | #9ca3af |