shineout 3.2.5 → 3.2.6-beta.1

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/cjs/index.js CHANGED
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
476
476
  // 此文件由脚本自动生成,请勿直接修改。
477
477
  // This file was generated automatically by a script. Please do not modify it directly.
478
478
  var _default = exports.default = {
479
- version: '3.2.5'
479
+ version: '3.2.6-beta.1'
480
480
  };
package/dist/shineout.js CHANGED
@@ -11960,7 +11960,7 @@ var handleStyle = function handleStyle(style) {
11960
11960
  };
11961
11961
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11962
11962
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11963
- /* harmony default export */ var version = ('3.2.5');
11963
+ /* harmony default export */ var version = ('3.2.6-beta.1');
11964
11964
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11965
11965
 
11966
11966
 
@@ -23977,9 +23977,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({}, globalStyle
23977
23977
  background: src.tableTfootBackgroundColor,
23978
23978
  color: src.tableTfootFontColor,
23979
23979
  fontWeight: src.tableTfootFontWeight
23980
- },
23981
- '&bordered tr:last-child td': {
23982
- borderBottom: 'none'
23983
23980
  }
23984
23981
  }
23985
23982
  },
@@ -24030,6 +24027,17 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({}, globalStyle
24030
24027
  bordered: {
24031
24028
  border: "1px solid ".concat(src.tableCellBorderColor),
24032
24029
  borderBottom: 'none',
24030
+ borderTop: 'none',
24031
+ '&::before': {
24032
+ position: 'absolute',
24033
+ zIndex: 7,
24034
+ content: '""',
24035
+ display: 'block',
24036
+ top: 0,
24037
+ left: 0,
24038
+ right: 0,
24039
+ borderTop: "1px solid ".concat(src.tableCellBorderColor)
24040
+ },
24033
24041
  '&::after': {
24034
24042
  position: 'absolute',
24035
24043
  content: '""',
@@ -54927,7 +54935,7 @@ var useTableLayout = function useTableLayout(props) {
54927
54935
  (_cancelFunc = cancelFunc) === null || _cancelFunc === void 0 || _cancelFunc();
54928
54936
  };
54929
54937
  }, [scrollRef.current]);
54930
- (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useLayoutEffect)(function () {
54938
+ (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
54931
54939
  if (adjust) {
54932
54940
  getColgroup(adjust === 'drag');
54933
54941
  setAdjust(false);
@@ -63113,7 +63121,7 @@ var upload_interface = __webpack_require__(4412);
63113
63121
 
63114
63122
 
63115
63123
  /* harmony default export */ var src_0 = ({
63116
- version: '3.2.5'
63124
+ version: '3.2.6-beta.1'
63117
63125
  });
63118
63126
  }();
63119
63127
  /******/ return __webpack_exports__;