From f0a14dfc3b2747977f21ea86ebfb386dd84837f5 Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Tue, 26 May 2020 21:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dataView-V2/_components/table/index.tsx | 2 +- .../dataView-V2/_components/table/pagination/index.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/dataView-V2/_components/table/index.tsx b/components/dataView-V2/_components/table/index.tsx index 64f6087..17a5cd9 100644 --- a/components/dataView-V2/_components/table/index.tsx +++ b/components/dataView-V2/_components/table/index.tsx @@ -40,7 +40,7 @@ const CustomTable = (props: CustomTableProps) => { - {pagination.total > 20 ? : null}; + {pagination.total > 20 ? : null} ) diff --git a/components/dataView-V2/_components/table/pagination/index.tsx b/components/dataView-V2/_components/table/pagination/index.tsx index 8ab119b..b192524 100644 --- a/components/dataView-V2/_components/table/pagination/index.tsx +++ b/components/dataView-V2/_components/table/pagination/index.tsx @@ -12,7 +12,10 @@ import './style.less'; const BIPagination = (props: any) => { return ( - +
+ +
+ ); } -- 2.21.0