Procházet zdrojové kódy

Fix TableList align

afc163 před 8 roky
rodič
revize
035ef3d22b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')(