From 829358260beb507b60d5950beb9d6e614283bb7a Mon Sep 17 00:00:00 2001 From: FOCUS <964590970@qq.com> Date: Wed, 1 Nov 2017 21:13:01 -0500 Subject: [PATCH] TYPO in TableList (#74) * sumbit(submit) typo change styles.sumbitButtons to styles.submitButtons * Update TableList.less --- src/routes/List/TableList.js | 2 +- src/routes/List/TableList.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index a465eee8..440fb43f 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -175,7 +175,7 @@ export default class TableList extends PureComponent { - + diff --git a/src/routes/List/TableList.less b/src/routes/List/TableList.less index db7c2c7b..6c9efa16 100644 --- a/src/routes/List/TableList.less +++ b/src/routes/List/TableList.less @@ -26,7 +26,7 @@ flex: 1; } } - .sumbitButtons { + .submitButtons { white-space: nowrap; margin-bottom: 24px; } -- GitLab