Commit 25e67895 authored by ddcat1115's avatar ddcat1115

fix #584

parent fa79d05f
...@@ -171,21 +171,20 @@ export default class SearchList extends Component { ...@@ -171,21 +171,20 @@ export default class SearchList extends Component {
</FormItem> </FormItem>
</Col> </Col>
<Col xl={8} lg={10} md={12} sm={24} xs={24}> <Col xl={8} lg={10} md={12} sm={24} xs={24}>
{getFieldDecorator('rate', {})( <FormItem
<FormItem {...formItemLayout}
label="好评度" label="好评度"
> >
{getFieldDecorator('rate', {})( {getFieldDecorator('rate', {})(
<Select <Select
onChange={this.handleFormSubmit} onChange={this.handleFormSubmit}
placeholder="不限" placeholder="不限"
style={{ maxWidth: 200, width: '100%' }} style={{ maxWidth: 200, width: '100%' }}
> >
<Option value="good">优秀</Option> <Option value="good">优秀</Option>
</Select> </Select>
)} )}
</FormItem> </FormItem>
)}
</Col> </Col>
</Row> </Row>
</StandardFormRow> </StandardFormRow>
......
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