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

76 lines
2.3 KiB
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[86],
{
LP5j: function(i, e, t) {
'use strict';
t.r(e);
var a = t('RKZ9'),
n = {
editData: [
{ key: 'sourceData', name: '数据源', type: 'DataList', cropRate: 1 },
{ key: 'isSearch', name: '是否搜索', type: 'Switch' },
{ key: 'padding', name: '列表项间距', type: 'Number' },
{ key: 'round', name: '圆角', type: 'Number' },
{
key: 'imgSize',
name: '图片大小',
type: 'Select',
range: [
{ key: '60', text: '60 x 60' },
{ key: '80', text: '80 x 80' },
{ key: '100', text: '100 x 100' },
{ key: '120', text: '120 x 120' },
{ key: '150', text: '150 x 150' },
],
},
{ key: 'fontSize', name: '文字大小', type: 'Number' },
{ key: 'color', name: '文字颜色', type: 'Color' },
],
config: {
sourceData: [
{
id: '1',
title: '趣谈小课',
desc: '致力于打造优质小课程',
price: '免费',
link: 'xxxxx',
imgUrl: [
{
uid: '001',
name: 'image.png',
status: 'done',
url: ''.concat(a.f, '/uploads/1_1740c6fbcd9.png'),
},
],
},
{
id: '2',
title: '趣谈小课',
desc: '致力于打造优质小课程',
price: '免费',
link: 'xxxxx',
imgUrl: [
{
uid: '002',
name: 'image.png',
status: 'done',
url: ''.concat(a.f, '/uploads/1_1740c6fbcd9.png'),
},
],
},
],
isSearch: !1,
padding: 16,
round: 0,
imgSize: '80',
fontSize: 16,
color: 'rgba(153,153,153,1)',
},
};
e.default = n;
},
},
]);
//# sourceMappingURL=86.js.map