lanyun-line-progress

lanyun-line-progress 线形进度条

介绍

用于展示操作的当前进度或加载状态。

使用方法

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"
/>

props 属性

参数 说明 类型 默认值
precent 当前进度百分比, 必填 number -
height 进度条高度, 选填 string 14px
font-size 字体大小, 选填 string 8px
active-color 进度条颜色, 选填 string #06f
inactive-color 进度条背景颜色, 选填 string #9ca3af
是否仍需要帮助? 请保持联络!
最后更新于 2024/04/24