未修改啥
This commit is contained in:
parent
a79ebbd41c
commit
be65e8699a
|
@ -805,7 +805,6 @@ var Table = function (_Component) {
|
||||||
className += ' ' + clsPrefix + '-scroll-position-' + this.state.scrollPosition;
|
className += ' ' + clsPrefix + '-scroll-position-' + this.state.scrollPosition;
|
||||||
|
|
||||||
var isTableScroll = this.columnManager.isAnyColumnsFixed() || props.scroll.x || props.scroll.y;
|
var isTableScroll = this.columnManager.isAnyColumnsFixed() || props.scroll.x || props.scroll.y;
|
||||||
|
|
||||||
return _react2["default"].createElement(
|
return _react2["default"].createElement(
|
||||||
'div',
|
'div',
|
||||||
{ className: className, style: props.style },
|
{ className: className, style: props.style },
|
||||||
|
|
Loading…
Reference in New Issue