1
2
3
4
5
6
7
8
9
| export default {
| cptDataForm:{dataText:'{"value":"普通文本"}',dataSource: 1, pollTime: 0},
| attribute:{
| url: '', textColor: '#4ba3ff', textSize: 16,
| fontWeight: 'normal', textLineHeight: 30,
| textFamily: '微软雅黑', textAlign: 'center',
| fontStyle:'normal', textDecoration:'none',bgColor:'rgba(255, 255, 255, 0)'
| }
| }
|
|