2021-06-21 23:47:23 +08:00

29 lines
751 B
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[71],
{
BiCt: function(n, e, t) {
'use strict';
t.r(e);
var o = {
editData: [
{ key: 'bgColor', name: '背景色', type: 'Color' },
{ key: 'height', name: '高度', type: 'Number' },
{ key: 'text', name: '文字', type: 'Text' },
{ key: 'color', name: '文字颜色', type: 'Color' },
{ key: 'fontSize', name: '文字大小', type: 'Number' },
],
config: {
bgColor: 'rgba(255,255,255,1)',
text: '',
fontSize: 16,
color: 'rgba(210,210,210,1)',
height: 30,
},
};
e.default = o;
},
},
]);
//# sourceMappingURL=71.js.map