diff --git a/src/components/StandardTable/index.js b/src/components/StandardTable/index.js
index f117da239a45cbc1717b8223e5d1962acc3e5d8f..05179521159880bc1a174434ac4f074f8dad4a5e 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 34ec184c6bc9b9551da14acce14a8bb9a2ac1456..31de3180eba02a36ea6c708c8f315e07ce1c6122 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 93fcc4e6fe21274a134071957704a8405d2c9b14..481123ba5b78285a00944b12cd5d1e042635a289 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}
>
-