应用集成平台服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

61 lines
915 B

let divideropt = {
list: [
{
type: "divider",
control:
{},
config:
{},
item:
{
label: "分割线"
}
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}
let dividerAllopt = {
list: [
{
type: "divider",
control:
{
direction: "horizontal",
contentPosition: "center",
borderStyle: "solid"
},
config:
{
className: "自定义Class",
span: 24,
linkKey: true
},
item:
{
label: "分割线"
}
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}