|
|
@@ -192,7 +192,7 @@ export default class TableList extends PureComponent {
|
|
|
const { getFieldDecorator } = this.props.form;
|
|
|
return (
|
|
|
<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}>
|
|
|
<FormItem label="规则编号">
|
|
|
{getFieldDecorator('no')(
|