shineout 3.7.9-beta.4 → 3.7.9-beta.5

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
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.7.9-beta.4'
525
+ version: '3.7.9-beta.5'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
12234
12234
  };
12235
12235
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12236
12236
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12237
- /* harmony default export */ var version = ('3.7.9-beta.4');
12237
+ /* harmony default export */ var version = ('3.7.9-beta.5');
12238
12238
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12239
12239
 
12240
12240
 
@@ -26175,7 +26175,9 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26175
26175
  borderBottom: 'none'
26176
26176
  },
26177
26177
  cellFixedLeft: {
26178
- position: 'sticky'
26178
+ position: 'sticky',
26179
+ // 快速横滚,有可能出现非固定列遮挡了固定列的短暂一瞬间,因此加上这个zIndex
26180
+ zIndex: fixedIndex + 1
26179
26181
  },
26180
26182
  cellFixedRight: {
26181
26183
  position: 'sticky'
@@ -27662,7 +27664,8 @@ var textarea_input = objectSpread2_default()(objectSpread2_default()(objectSprea
27662
27664
  width: '100%',
27663
27665
  boxSizing: 'border-box',
27664
27666
  position: 'relative',
27665
- flexWrap: 'wrap'
27667
+ flexWrap: 'wrap',
27668
+ minHeight: "calc(".concat(src.lineHeightDynamic, " + ").concat(src.inputPaddingY, " * 2)")
27666
27669
  }, textarea_wrapper)
27667
27670
  }, textarea_resetWrapper), {}, {
27668
27671
  textarea: {
@@ -27682,7 +27685,6 @@ var textarea_input = objectSpread2_default()(objectSpread2_default()(objectSprea
27682
27685
  backgroundColor: 'transparent',
27683
27686
  resize: 'none',
27684
27687
  boxSizing: 'border-box',
27685
- minHeight: "calc(".concat(src.lineHeightDynamic, " + ").concat(src.inputPaddingY, " * 2)"),
27686
27688
  // why: 为了让滚动条的轨道不遮盖右上角和右下角的圆角; 注: chrome >= 121才支持scrollbar-color
27687
27689
  scrollbarColor: "".concat(src.inputBorderColor, " transparent"),
27688
27690
  '&$resize': {
@@ -71905,7 +71907,7 @@ var upload_interface = __webpack_require__(8821);
71905
71907
 
71906
71908
 
71907
71909
  /* harmony default export */ var src_0 = ({
71908
- version: '3.7.9-beta.4'
71910
+ version: '3.7.9-beta.5'
71909
71911
  });
71910
71912
  }();
71911
71913
  /******/ return __webpack_exports__;