src/tabviews/zshare/normalTable/index.jsx
@@ -1173,6 +1173,11 @@ style.fontSize = setting.fontSize } let loading = this.props.loading if (setting.mask === 'hidden') { loading = false } return ( <div className={'normal-data-table mingke-table ' + (height ? 'fixed-height' : '')}> {offset && <Affix offsetTop={offset} className="fix-header"> @@ -1252,7 +1257,7 @@ return className }} loading={this.props.loading} loading={loading} scroll={{ x: '100%', y: height }} onRow={(record, index) => { if (setting.tableMode === 'fast') {