diff --git a/components/dataView-V2/_components/table/index.tsx b/components/dataView-V2/_components/table/index.tsx index 64f6087780bcfc676a793f7edbbbc2f3c918f407..17a5cd99cc27336432a6acab15cea2c6978ebee7 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 8ab119bf78555add64f9265200ab0bcacfca2091..b192524d2c42a1a09df46b06331dba5d6e0c70f4 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 ( - +
+ +
+ ); }