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 } }