Skip to content

Commit

Permalink
feat: props item support custom layout; !#zh: 组件属性编辑器 支持表单子项目自定义布局
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jun 13, 2020
1 parent bc1a1e8 commit 6bc3011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front-end/h5/src/components/core/editor/edit-panel/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export default {
const formItemData = {
props: {
...formItemLayout,
label: item.label
label: item.label,
...item.layout
}
}
return (
Expand Down

0 comments on commit 6bc3011

Please sign in to comment.