From f0102c6d1ba533c9781693ed70c54153be397b6e Mon Sep 17 00:00:00 2001 From: ddcat1115 Date: Thu, 26 Oct 2017 23:31:40 +0800 Subject: [PATCH] update style --- src/components/StandardTable/index.js | 2 +- src/components/StandardTable/index.less | 2 +- src/routes/List/BasicList.js | 2 +- src/routes/List/BasicList.less | 2 +- src/routes/List/FilterCardList.less | 2 +- src/routes/List/TableList.less | 1 - src/routes/Result/Success.js | 14 +++++++------- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/components/StandardTable/index.js b/src/components/StandardTable/index.js index f117da23..05179521 100644 --- a/src/components/StandardTable/index.js +++ b/src/components/StandardTable/index.js @@ -128,7 +128,7 @@ class StandardTable extends PureComponent { - 已选择 {selectedRowKeys.length} 项   + 已选择 {selectedRowKeys.length} 项   服务调用总计 {totalCallNo}清空

diff --git a/src/components/StandardTable/index.less b/src/components/StandardTable/index.less index 34ec184c..31de3180 100644 --- a/src/components/StandardTable/index.less +++ b/src/components/StandardTable/index.less @@ -4,7 +4,7 @@ .standardTable { :global { .ant-table-pagination { - margin-bottom: 0; + margin-top: 24px; } } diff --git a/src/routes/List/BasicList.js b/src/routes/List/BasicList.js index 93fcc4e6..481123ba 100644 --- a/src/routes/List/BasicList.js +++ b/src/routes/List/BasicList.js @@ -117,7 +117,7 @@ export default class BasicList extends PureComponent { bodyStyle={{ padding: '0 32px 40px 32px' }} extra={extraContent} > - +
曲丽丽
@@ -15,7 +15,7 @@ const desc1 = ( ); const desc2 = ( -
+
周毛毛
@@ -42,11 +42,11 @@ const extra = ( 2016-12-12 ~ 2017-12-12 - - - - - + + 创建项目} description={desc1} /> + 部门初审} description={desc2} /> + 财务复核} /> + 完成} />
); -- GitLab