From 6f15f5885cfe46bb38badb32e4ad23828140a5fd Mon Sep 17 00:00:00 2001 From: manzhenhua <8515341+manzhenhua@user.noreply.gitee.com> Date: Tue, 6 Apr 2021 20:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DataView/index.js | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/components/DataView/index.js b/components/DataView/index.js index 8ed0589..8d25cf0 100644 --- a/components/DataView/index.js +++ b/components/DataView/index.js @@ -732,21 +732,21 @@ export default class DataView extends React.Component { {type === 'download' ? ( download() ) : ( - - {iconBtnSrc && iconBtnSrc !== '' ? ( - - ) : ( - - )} - {label} - - )} + + {iconBtnSrc && iconBtnSrc !== '' ? ( + + ) : ( + + )} + {label} + + )} ); })} @@ -766,6 +766,7 @@ export default class DataView extends React.Component { scroll, expandedRowKeys, onExpandedRowsChange, + pagination, ...others } = this.props; const { data } = this.state; -- 2.21.0