king
2021-09-26 0f22c04237fbe746887feafafca36d5cf996d0e0
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') {