@zat-design/sisyphus-react 3.9.0-beta.1 → 3.9.0-beta.3

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.
@@ -3166,7 +3166,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3166
3166
  width: -webkit-max-content;
3167
3167
  width: -moz-max-content;
3168
3168
  width: max-content;
3169
- z-index: 99;
3170
3169
  position: fixed;
3171
3170
  }
3172
3171
  .original-value-tootip .changed-tooltip .original-value-container .ant-space-item:nth-child(1) {
package/dist/less.esm.css CHANGED
@@ -3166,7 +3166,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3166
3166
  width: -webkit-max-content;
3167
3167
  width: -moz-max-content;
3168
3168
  width: max-content;
3169
- z-index: 99;
3170
3169
  position: fixed;
3171
3170
  }
3172
3171
  .original-value-tootip .changed-tooltip .original-value-container .ant-space-item:nth-child(1) {
@@ -845,7 +845,8 @@ var ProModalSelect = function ProModalSelect(props, ref) {
845
845
  onOk: handleFinish,
846
846
  // @ts-ignore
847
847
  onCancel: handleClose,
848
- visible: visible
848
+ visible: visible,
849
+ zIndex: 1071
849
850
  }, restModalProps), {}, {
850
851
  children: [_jsx(ProForm, {
851
852
  submitOnEnter: true,
@@ -488,7 +488,6 @@
488
488
  .original-value-tootip{
489
489
  max-width: 100%;
490
490
  width: max-content;
491
- z-index: 99;
492
491
  position: fixed;
493
492
  .changed-tooltip {
494
493
  .original-value-container {
@@ -840,7 +840,8 @@ var ProModalSelect = function ProModalSelect(props, ref) {
840
840
  onOk: handleFinish,
841
841
  // @ts-ignore
842
842
  onCancel: handleClose,
843
- visible: visible
843
+ visible: visible,
844
+ zIndex: 1071
844
845
  }, restModalProps), {}, {
845
846
  children: [(0, _jsxRuntime.jsx)(_index.ProForm, {
846
847
  submitOnEnter: true,
@@ -488,7 +488,6 @@
488
488
  .original-value-tootip{
489
489
  max-width: 100%;
490
490
  width: max-content;
491
- z-index: 99;
492
491
  position: fixed;
493
492
  .changed-tooltip {
494
493
  .original-value-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.0-beta.1",
3
+ "version": "3.9.0-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",