You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
370 B
26 lines
370 B
export default {
|
|
type: '',
|
|
show: true,
|
|
text: '',
|
|
prefixIcon: '',
|
|
suffixIcon: '',
|
|
mode: '',
|
|
href: '',
|
|
format: '',
|
|
call: false,
|
|
openType: '',
|
|
bold: false,
|
|
block: false,
|
|
lines: '',
|
|
color: '#303133',
|
|
size: 30,
|
|
iconStyle: () => ({
|
|
fontSize: '30rpx'
|
|
}),
|
|
decoration: 'none',
|
|
margin: 0,
|
|
lineHeight: '',
|
|
align: 'left',
|
|
wordWrap: 'normal',
|
|
copyText: ""
|
|
}
|
|
|