mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-09 13:28:11 +00:00
29 lines
762 B
JavaScript
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
|