@ccs-ui/rc-pro 1.1.24-beta-6 → 1.1.24-beta-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/pro-table/table.js +0 -1
- package/package.json +1 -1
package/es/pro-table/table.js
CHANGED
|
@@ -460,7 +460,6 @@ var InternalProTable = function InternalProTable(props) {
|
|
|
460
460
|
var dom = stickyRef.current.getContainer();
|
|
461
461
|
var _window$getComputedSt = window.getComputedStyle(dom),
|
|
462
462
|
paddingTop = _window$getComputedSt.paddingTop;
|
|
463
|
-
console.log('dom', dom);
|
|
464
463
|
if (paddingTop) {
|
|
465
464
|
stickyRef.current = _objectSpread(_objectSpread({}, stickyRef.current), {}, {
|
|
466
465
|
offsetHeader: -parseInt(paddingTop.replace('px', ''))
|