Commit a96d9268 authored by XieZhiXiong's avatar XieZhiXiong

chore: 调整栅格分配

parent 0ca614cc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2021-07-27 16:38:20 * @Date: 2021-07-27 16:38:20
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-27 16:38:20 * @LastEditTime: 2021-07-30 16:34:59
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -36,8 +36,8 @@ export const schema = (groups: GroupItem[]): ISchema => { ...@@ -36,8 +36,8 @@ export const schema = (groups: GroupItem[]): ISchema => {
type: 'object', type: 'object',
'x-component': 'Mega-Layout', 'x-component': 'Mega-Layout',
'x-component-props': { 'x-component-props': {
labelCol: 4, labelCol: 6,
wrapperCol: 20, wrapperCol: 18,
labelAlign: 'left', labelAlign: 'left',
}, },
properties: createMemberSchema(item.elements), 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