mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-31 16:08:11 +00:00
40 lines
1.1 KiB
JavaScript
40 lines
1.1 KiB
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
|
|
[73],
|
|
{
|
|
KsSx: 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: 'fontSize', name: '字体大小', type: 'Number' },
|
|
{ key: 'color', name: '文字颜色', type: 'Color' },
|
|
{
|
|
key: 'align',
|
|
name: '对齐方式',
|
|
type: 'Select',
|
|
range: [
|
|
{ key: 'left', text: '左对齐' },
|
|
{ key: 'center', text: '居中对齐' },
|
|
{ key: 'right', text: '右对齐' },
|
|
],
|
|
},
|
|
],
|
|
config: {
|
|
bgColor: 'rgba(0,0,0,1)',
|
|
text: '页脚Footer',
|
|
color: 'rgba(255,255,255,1)',
|
|
align: 'center',
|
|
fontSize: 16,
|
|
height: 48,
|
|
},
|
|
};
|
|
e.default = o;
|
|
},
|
|
},
|
|
]);
|
|
|
|
//# sourceMappingURL=73.js.map
|