40 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window.webpackJsonp = window.webpackJsonp || []).push([
[84],
{
vhDd: function(o, e, t) {
'use strict';
t.r(e);
var n = {
editData: [
{ key: 'text', name: '文字', type: 'TextArea' },
{ key: 'color', name: '标题颜色', type: 'Color' },
{ key: 'fontSize', name: '字体大小', type: 'Number' },
{ key: 'indent', name: '首行缩进', type: 'Number', range: [0, 100] },
{
key: 'textAlign',
name: '对齐方式',
type: 'Select',
range: [
{ key: 'left', text: '左对齐' },
{ key: 'center', text: '居中对齐' },
{ key: 'right', text: '右对齐' },
],
},
{ key: 'lineHeight', name: '行高', type: 'Number', step: 0.1 },
],
config: {
text: '我是长文本有一段故事dooring可视化编辑器无限可能赶快来体验吧骚年们奥利给~',
color: 'rgba(60,60,60,1)',
fontSize: 14,
indent: 20,
lineHeight: 1.8,
textAlign: 'left',
},
};
e.default = n;
},
},
]);
//# sourceMappingURL=84.js.map