commit | author | age | ||
e3ba12 | 1 | /* |
Z | 2 | * @Author : LQ |
3 | * @Description : | |
4 | * @version : 1.0 | |
5 | * @Date : 2021-08-20 16:44:21 | |
6 | * @LastAuthor : LQ | |
7 | * @lastTime : 2021-08-20 17:14:11 | |
8 | * @FilePath : /u-view2.0/uview-ui/libs/config/props/lineProgress.js | |
9 | */ | |
10 | export default { | |
11 | // lineProgress 组件 | |
12 | lineProgress: { | |
13 | activeColor: '#19be6b', | |
14 | inactiveColor: '#ececec', | |
15 | percentage: 0, | |
16 | showText: true, | |
17 | height: 12 | |
18 | } | |
19 | } |