@ccs-ui/rc-pro 1.1.24-beta-16 → 1.1.24-beta-17

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.
@@ -56,7 +56,7 @@ var onTableInTabItem = function onTableInTabItem(node) {
56
56
  var parent = node.parentNode;
57
57
  if (!parent) return false;
58
58
  if ( // 通过指定dom吸顶
59
- (_parent$classList6 = parent.classList) !== null && _parent$classList6 !== void 0 && _parent$classList6.contains('ccs-table-')) {
59
+ (_parent$classList6 = parent.classList) !== null && _parent$classList6 !== void 0 && _parent$classList6.contains('ccs-table-item-scroll')) {
60
60
  return {
61
61
  getContainer: function getContainer() {
62
62
  return node;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.24-beta-16",
3
+ "version": "1.1.24-beta-17",
4
4
  "description": "修复table双滚动条问题;修复modal按钮无间距问题;修改antd组件过期参数使用问题;修复ccs date-picker插件bug;colorful 主题组件样式调整",
5
5
  "license": "MIT",
6
6
  "author": {