@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.
- package/dist/index.esm.css +0 -1
- package/dist/less.esm.css +0 -1
- package/es/ProForm/components/combination/ProModalSelect/index.js +2 -1
- package/es/ProForm/style/index.less +0 -1
- package/lib/ProForm/components/combination/ProModalSelect/index.js +2 -1
- package/lib/ProForm/style/index.less +0 -1
- package/package.json +1 -1
package/dist/index.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) {
|
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,
|
@@ -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,
|