123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- {
- "name": "宫格",
- "icon": "el-icon-picture-outline",
- "fields": {
- "dataVal": {
- "label": "宫格组件",
- "type": "array",
- "child": {
- "dataList": {
- "label": "数据列表",
- "type": "array",
- "template": {
- "title": {
- "label": "标题",
- "type": "input",
- "maxlength": 5,
- "value": ""
- },
- "image": {
- "label": "轮播图片",
- "type": "upload",
- "value": ""
- },
- "jump": {
- "label": "页面跳转",
- "type": "jump",
- "value": ""
- }
-
- },
- "value": [{
- "title": {
- "label": "标题",
- "type": "input",
- "maxlength": 5,
- "value": "标题1"
- },
- "image": {
- "label": "轮播图片",
- "type": "upload",
- "value": "https://images8.alphacoders.com/133/thumbbig-1336068.webp"
- },
- "jump": {
- "label": "页面跳转",
- "type": "jump",
- "value": ""
- },
- "bgColor":{
- "label": "背景色",
- "type": "color",
- "value": "#fff"
- },
- "color":{
- "label": "字体颜色",
- "type": "color",
- "value": "#303133"
- }
- },
- {
- "title": {
- "label": "标题",
- "type": "input",
- "maxlength": 5,
- "value": "标题1"
- },
- "image": {
- "label": "轮播图片",
- "type": "upload",
- "value": "https://images8.alphacoders.com/133/thumbbig-1336068.webp"
- },
- "jump": {
- "label": "页面跳转",
- "type": "jump",
- "value": ""
- }
- },
- {
- "title": {
- "label": "标题",
- "type": "input",
- "maxlength": 5,
- "value": "标题1"
- },
- "image": {
- "label": "轮播图片",
- "type": "upload",
- "value": "https://images8.alphacoders.com/133/thumbbig-1336068.webp"
- },
- "jump": {
- "label": "页面跳转",
- "type": "jump",
- "value": ""
- }
- }
- ]
- }
- }
- },
- "attrs": {
- "label": "宫格设置",
- "type": "object",
- "child": {
- "col": {
- "label": "列数",
- "type": "number",
- "value": 4,
- "max": 5
- },
- "border": {
- "label": "宫格边框",
- "type": "switch",
- "value": true
- },
- "align": {
- "label": "对齐方式",
- "type": "select",
- "value": "center",
- "data": [{
- "label": "居中",
- "value": "center"
- },
- {
- "label": "居左",
- "value": "left"
- },
- {
- "label": "居右",
- "value": "right"
- }
- ]
- },
- "paddingTop": {
- "label": "上边距",
- "type": "number",
- "value": 0,
- "isCss":true
- },
- "paddingRight": {
- "label": "右边距",
- "type": "number",
- "value": 0,
- "isCss":true
- },
- "paddingBottom": {
- "label": "下边距",
- "type": "number",
- "value": 0,
- "isCss":true
- },
- "paddingLeft": {
- "label": "左边距",
- "type": "number",
- "value": 0,
- "isCss":true
- }
- }
- },
- "styles": {
- "label": "宫格样式",
- "type": "object",
- "child": {
-
- }
- }
- }
- }
|