@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.
@@ -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', ''))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.24-beta-6",
3
+ "version": "1.1.24-beta-7",
4
4
  "description": "修复table双滚动条问题;",
5
5
  "license": "MIT",
6
6
  "author": {