Browse Source

Fix margin

pull/37/head
afc163 9 years ago
parent
commit
82d5b5dd7f
  1. 2
      src/routes/List/CoverCardList.js
  2. 2
      src/routes/List/FilterCardList.js
  3. 2
      src/routes/List/SearchList.js

2
src/routes/List/CoverCardList.js

@ -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>

2
src/routes/List/FilterCardList.js

@ -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>

2
src/routes/List/SearchList.js

@ -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>

Loading…
Cancel
Save