mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-12 01:47:08 +00:00
41 lines
1.1 KiB
JavaScript
41 lines
1.1 KiB
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
|
|
[136],
|
|
{
|
|
EEmK: function(r, e, t) {
|
|
'use strict';
|
|
t.r(e);
|
|
var n = {
|
|
editData: [
|
|
{
|
|
key: 'theme',
|
|
name: '主题',
|
|
type: 'Select',
|
|
range: [
|
|
{ key: 'success', text: '成功' },
|
|
{ key: 'warning', text: '警告' },
|
|
{ key: 'danger', text: '危险' },
|
|
],
|
|
},
|
|
{
|
|
key: 'shape',
|
|
name: '形状',
|
|
type: 'Radio',
|
|
range: [
|
|
{ key: 'circle', text: '圆形' },
|
|
{ key: 'line', text: '线形' },
|
|
{ key: 'semi-circle', text: '半圆形' },
|
|
],
|
|
},
|
|
{ key: 'size', name: '大小', type: 'Number' },
|
|
{ key: 'percent', name: '进度值', type: 'Number', range: [0, 100] },
|
|
{ key: 'strokeWidth', name: '线条粗细', type: 'Number' },
|
|
],
|
|
config: { theme: 'success', shape: 'circle', size: 200, percent: 30, strokeWidth: 10 },
|
|
};
|
|
e.default = n;
|
|
},
|
|
},
|
|
]);
|
|
|
|
//# sourceMappingURL=136.js.map
|