Sfoglia il codice sorgente

Fix TableList align

afc163 8 anni fa
parent
commit
035ef3d22b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/routes/List/TableList.js

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

@@ -192,7 +192,7 @@ export default class TableList extends PureComponent {
     const { getFieldDecorator } = this.props.form;
     return (
       <Form onSubmit={this.handleSearch} layout="inline">
-        <Row gutter={{ md: 8, lg: 24, xl: 18 }}>
+        <Row gutter={{ md: 8, lg: 24, xl: 48 }}>
           <Col md={8} sm={24}>
             <FormItem label="规则编号">
               {getFieldDecorator('no')(