Commit 8edb25a1 authored by XieZhiXiong's avatar XieZhiXiong

chore: 调整样式

parent 5da48911
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 09:54:04
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-13 17:49:15
* @LastEditTime: 2021-01-18 15:30:22
* @Description: 换货收货地址
*/
import React from 'react';
......@@ -196,6 +196,7 @@ const ExchangeAddressInfo: React.FC<ExchangeAddressInfo> = ({
actions={modalFormActions}
schema={schema}
onSubmit={handleSubmit}
colon
/>
</MellowCard>
);
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-25 10:30:08
* @LastEditTime: 2021-01-18 15:34:24
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -15,7 +15,7 @@ export const schema: ISchema = {
type: 'object',
'x-component': 'mega-layout',
'x-component-props': {
labelCol: 8,
labelCol: 6,
wrapperCol: 16,
labelAlign: 'left',
},
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-07 13:50:54
* @LastEditTime: 2021-01-18 15:33:52
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -15,7 +15,8 @@ export const schema: ISchema = {
type: 'object',
'x-component': 'mega-layout',
'x-component-props': {
wrapperCol: 18,
labelCol: 6,
wrapperCol: 16,
labelAlign: 'left',
},
properties: {
......
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