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 18:00:14 |
|
8 |
* @FilePath : /u-view2.0/uview-ui/libs/config/props/icon.js |
|
9 |
*/ |
|
10 |
import config from '../config' |
|
11 |
|
|
12 |
const { |
|
13 |
color |
|
14 |
} = config |
|
15 |
export default { |
|
16 |
// icon组件 |
|
17 |
icon: { |
|
18 |
name: '', |
|
19 |
color: color['u-content-color'], |
|
20 |
size: '16px', |
|
21 |
bold: false, |
|
22 |
index: '', |
|
23 |
hoverClass: '', |
|
24 |
customPrefix: 'uicon', |
|
25 |
label: '', |
|
26 |
labelPos: 'right', |
|
27 |
labelSize: '15px', |
|
28 |
labelColor: color['u-content-color'], |
|
29 |
space: '3px', |
|
30 |
imgMode: '', |
|
31 |
width: '', |
|
32 |
height: '', |
|
33 |
top: 0, |
|
34 |
stop: false |
|
35 |
} |
|
36 |
} |