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

29 lines
762 B
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[65],
{
TNQH: function(r, e, o) {
'use strict';
o.r(e);
var n = {
editData: [
{ key: 'round', name: '边框圆角', type: 'Number' },
{ key: 'borderWidth', name: '边框宽度', type: 'Number' },
{ key: 'borderColor', name: '边框颜色', type: 'Color' },
{ key: 'padding', name: '内边距', type: 'Number' },
{ key: 'content', name: '内容', type: 'RichText' },
],
config: {
round: 0,
borderWidth: 0,
borderColor: 'rgba(255,255,255,1)',
padding: 0,
content: '',
},
};
e.default = n;
},
},
]);
//# sourceMappingURL=65.js.map