Commit 035ef3d2 authored by afc163's avatar afc163

Fix TableList align

parent 3e998fb5
...@@ -192,7 +192,7 @@ export default class TableList extends PureComponent { ...@@ -192,7 +192,7 @@ export default class TableList extends PureComponent {
const { getFieldDecorator } = this.props.form; const { getFieldDecorator } = this.props.form;
return ( return (
<Form onSubmit={this.handleSearch} layout="inline"> <Form onSubmit={this.handleSearch} layout="inline">
<Row gutter={{ md: 8, lg: 24, xl: 18 }}> <Row gutter={{ md: 8, lg: 24, xl: 48 }}>
<Col md={8} sm={24}> <Col md={8} sm={24}>
<FormItem label="θ§„εˆ™ηΌ–ε·"> <FormItem label="θ§„εˆ™ηΌ–ε·">
{getFieldDecorator('no')( {getFieldDecorator('no')(
......
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