Browse Source

Fix TableList align

pull/162/head
afc163 9 years ago
parent
commit
035ef3d22b
  1. 2
      src/routes/List/TableList.js

2
src/routes/List/TableList.js

@ -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')(

Loading…
Cancel
Save