afc163 8 лет назад
Родитель
Сommit
82d5b5dd7f

+ 1 - 1
src/routes/List/CoverCardList.js

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

+ 1 - 1
src/routes/List/FilterCardList.js

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

+ 1 - 1
src/routes/List/SearchList.js

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