|
@@ -1232,11 +1232,6 @@ export const formComponents = [
|
|
|
label: '显示格式',
|
|
|
type: 'string',
|
|
|
},
|
|
|
- {
|
|
|
- key: 'borderWidth',
|
|
|
- label: '显示格式',
|
|
|
- type: 'string',
|
|
|
- },
|
|
|
],
|
|
|
},
|
|
|
},
|
|
@@ -1278,7 +1273,7 @@ export const formComponents = [
|
|
|
height: 40,
|
|
|
hiddenText: true,
|
|
|
direction: 'horizontal',
|
|
|
- labelAlign: 'left', //left/right/alternate/top/bottom
|
|
|
+ labelAlign: 'top', //left/right/alternate/top/bottom
|
|
|
mode: 'alternate', //alternate
|
|
|
data: [
|
|
|
{
|
|
@@ -1456,7 +1451,6 @@ export const formComponents = [
|
|
|
background: '#282E3B',
|
|
|
textColor: '#FFFFFF66',
|
|
|
hoverTextColor: '#FFFFFF66',
|
|
|
- // borderWidth:1,
|
|
|
data: [
|
|
|
{
|
|
|
title: '列表标题',
|