From de1b7607b1b2c141cd497e369a6e838ad56fde0f Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 27 Oct 2017 17:47:27 +0800 Subject: [PATCH] update advanced form style --- src/routes/List/TableList.js | 2 +- src/routes/List/TableList.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 8d8f2c26..8f385a7d 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -247,7 +247,7 @@ export default class TableList extends PureComponent { -
+
diff --git a/src/routes/List/TableList.less b/src/routes/List/TableList.less index c0cbdbe8..a2445e36 100644 --- a/src/routes/List/TableList.less +++ b/src/routes/List/TableList.less @@ -14,6 +14,7 @@ :global { .ant-form-item { margin-bottom: 24px; + margin-right: 0; display: flex; } .ant-form-item-control-wrapper { -- GitLab