Commit 82d5b5dd authored by afc163's avatar afc163

Fix margin

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