|
|
|
@ -151,7 +151,7 @@ export default class FilterCardList extends PureComponent { |
|
|
|
<div className={styles.filterCardList}> |
|
|
|
<Card bordered={false}> |
|
|
|
<Form layout="inline"> |
|
|
|
<StandardFormRow title="所属类目" block> |
|
|
|
<StandardFormRow title="所属类目" block style={{ paddingBottom: 11 }}> |
|
|
|
<FormItem> |
|
|
|
{getFieldDecorator('category')( |
|
|
|
<TagSelect onChange={this.handleFormSubmit} expandable> |
|
|
|
|