...
|
...
|
@@ -32,8 +32,8 @@ |
|
|
selectedColor: '#444', // btn选中状态字体颜色(不设置默认与非选中一致)
|
|
|
iconFontSize: 48, // icon字号(单位px)
|
|
|
textFontSize: 20, // text字号(单位px)
|
|
|
textAlign: 'normal', // text位置, 默认normal(支持normal, top, bottom)
|
|
|
textZoom: '', // text缩放
|
|
|
textAlign: 'top', // text位置, 默认normal(支持normal, top, bottom)
|
|
|
textZoom: 0.9, // text缩放
|
|
|
textAutoChange: false, // text自动增减,只支持number类型(受是否支持选中控制)
|
|
|
emitName: '' // 点击触发事件名称
|
|
|
};
|
...
|
...
|
|