diff --git a/components/apolloTable/component/index.tsx b/components/apolloTable/component/index.tsx index 07a5a5ffe4fd90f372efdad27d3ce1b215198acb..94b51e616a2bc2930b523d44f269c1438c2c6a4b 100644 --- a/components/apolloTable/component/index.tsx +++ b/components/apolloTable/component/index.tsx @@ -58,6 +58,7 @@ class AirTable extends React.Component { const { columns, dataSource } = this.state; const { className, + tableClassName, rowStyle, rowClassName, distanceToLoad, @@ -105,7 +106,11 @@ class AirTable extends React.Component { )}
{tableOperateConfig && (
diff --git a/components/apolloTable/component/interface.tsx b/components/apolloTable/component/interface.tsx index 58217f0c373d1d5ba9a58bbfd56413a7e37ee24e..e67ebd864cdf4d18833aad9a47de17a99e821661 100644 --- a/components/apolloTable/component/interface.tsx +++ b/components/apolloTable/component/interface.tsx @@ -90,6 +90,7 @@ export interface CommonProps extends TableProps { paginationConfig?: any; locale?: any; className?: string; + tableClassName?: string; showCondition?: boolean; id?:string; }