mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-31 08:00:16 +00:00
40 lines
1.2 KiB
JavaScript
40 lines
1.2 KiB
JavaScript
(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
|