Commit a96d9268 authored by XieZhiXiong's avatar XieZhiXiong

chore: 调整栅格分配

parent 0ca614cc
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-07-27 16:38:20
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-27 16:38:20
* @LastEditTime: 2021-07-30 16:34:59
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -36,8 +36,8 @@ export const schema = (groups: GroupItem[]): ISchema => {
type: 'object',
'x-component': 'Mega-Layout',
'x-component-props': {
labelCol: 4,
wrapperCol: 20,
labelCol: 6,
wrapperCol: 18,
labelAlign: 'left',
},
properties: createMemberSchema(item.elements),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment