shineout 3.9.5-beta.2 → 3.9.5-beta.4

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.9.5-beta.2'
525
+ version: '3.9.5-beta.4'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
12401
12401
  };
12402
12402
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12403
12403
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12404
- /* harmony default export */ var version = ('3.9.5-beta.2');
12404
+ /* harmony default export */ var version = ('3.9.5-beta.4');
12405
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12406
12406
 
12407
12407
 
@@ -19225,7 +19225,10 @@ var descriptionsStyle = {
19225
19225
  textAlign: 'left',
19226
19226
  boxSizing: 'border-box',
19227
19227
  color: src.descriptionsLabelColor,
19228
- whiteSpace: 'nowrap'
19228
+ whiteSpace: 'nowrap',
19229
+ '$wrapper $body:not($border) table &': {
19230
+ border: 'none'
19231
+ }
19229
19232
  },
19230
19233
  value: {
19231
19234
  paddingRight: src.descriptionsLabelPaddingRight,
@@ -19233,6 +19236,9 @@ var descriptionsStyle = {
19233
19236
  textAlign: 'left',
19234
19237
  boxSizing: 'border-box',
19235
19238
  color: src.descriptionsValueColor,
19239
+ '$wrapper $body:not($border) table &': {
19240
+ border: 'none'
19241
+ },
19236
19242
  '&:last-child': {
19237
19243
  paddingRight: 0
19238
19244
  }
@@ -31808,7 +31814,8 @@ var usePositionStyle = function usePositionStyle(config) {
31808
31814
  var _position$split3 = position.split('-'),
31809
31815
  _position$split4 = slicedToArray_default()(_position$split3, 2),
31810
31816
  _horizontalPosition = _position$split4[1];
31811
- if (_horizontalPosition === 'left' && context.parentRect.left + (popupElWidth || context.popUpWidth) > docSize.width) {
31817
+ var bodyZoom = getRelativeZoom(document.body);
31818
+ if (_horizontalPosition === 'left' && context.parentRect.left + (popupElWidth || context.popUpWidth) > docSize.width * bodyZoom) {
31812
31819
  newPosition = newPosition.replace('left', 'right');
31813
31820
  }
31814
31821
  }
@@ -74772,7 +74779,7 @@ var upload_interface = __webpack_require__(8821);
74772
74779
 
74773
74780
 
74774
74781
  /* harmony default export */ var src_0 = ({
74775
- version: '3.9.5-beta.2'
74782
+ version: '3.9.5-beta.4'
74776
74783
  });
74777
74784
  }();
74778
74785
  /******/ return __webpack_exports__;