@zat-design/sisyphus-react 3.9.0-beta.2 → 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.
@@ -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,
|