Browse Source

TYPO in TableList (#74)

* sumbit(submit) typo

change styles.sumbitButtons to styles.submitButtons

* Update TableList.less
FOCUS 8 years ago
parent
commit
829358260b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/routes/List/TableList.js
  2. 1 1
      src/routes/List/TableList.less

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

@@ -175,7 +175,7 @@ export default class TableList extends PureComponent {
             </FormItem>
           </Col>
           <Col md={8} sm={24}>
-            <span className={styles.sumbitButtons}>
+            <span className={styles.submitButtons}>
               <Button type="primary" htmlType="submit">查询</Button>
               <Button style={{ marginLeft: 8 }} onClick={this.handleFormReset}>重置</Button>
               <a style={{ marginLeft: 8 }} onClick={this.toggleForm}>

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

@@ -26,7 +26,7 @@
       flex: 1;
     }
   }
-  .sumbitButtons {
+  .submitButtons {
     white-space: nowrap;
     margin-bottom: 24px;
   }