@kdcloudjs/table 1.2.2-canary.15 → 1.2.2-canary.16

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/table v1.2.2-canary.14
3
+ * @kdcloudjs/table v1.2.2-canary.15
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/table v1.2.2-canary.14
3
+ * @kdcloudjs/table v1.2.2-canary.15
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -4275,7 +4275,8 @@ var BaseTable = /*#__PURE__*/function (_React$Component) {
4275
4275
  components = _this$props9.components,
4276
4276
  bordered = _this$props9.bordered,
4277
4277
  direction = _this$props9.direction,
4278
- prefixCls = _this$props9.prefixCls;
4278
+ _prefixCls = _this$props9.prefixCls;
4279
+ var prefixCls = _prefixCls === 'kd' || !_prefixCls ? undefined : _prefixCls; // 不生效上层传的prefix为kd,只有传除'kd'外的前缀才生效,kui默认传kd,避免对之前的样式层级有影响
4279
4280
  info.direction = direction;
4280
4281
  var artTableWrapperClassName = classnames__WEBPACK_IMPORTED_MODULE_30___default()(_styles__WEBPACK_IMPORTED_MODULE_43__["Classes"].artTableWrapper, (_cx = {
4281
4282
  'use-outer-border': useOuterBorder,