@zat-design/sisyphus-react 3.13.7-beta.2 → 3.13.7-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/es/ProAction/components/CheckModalContent/index.css +1 -1
- package/es/ProAction/components/CheckModalContent/index.less +1 -1
- package/es/ProAction/index.js +1 -0
- package/es/ProAction/index.less +5 -6
- package/lib/ProAction/components/CheckModalContent/index.css +1 -1
- package/lib/ProAction/components/CheckModalContent/index.less +1 -1
- package/lib/ProAction/index.js +1 -0
- package/lib/ProAction/index.less +5 -6
- package/package.json +1 -1
package/es/ProAction/index.js
CHANGED
@@ -213,6 +213,7 @@ var ProAction = function ProAction(props) {
|
|
213
213
|
size: "small",
|
214
214
|
onOk: onOk,
|
215
215
|
form: form,
|
216
|
+
className: "pro-action-error-modal",
|
216
217
|
children: !contextRender ? _jsx(CheckModalContent, _objectSpread({}, errorModalData !== null && errorModalData !== void 0 ? errorModalData : {})) : renderContent()
|
217
218
|
}) : null]
|
218
219
|
});
|
package/es/ProAction/index.less
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
@root-entry-name: 'default';
|
2
2
|
@import (reference) '~antd/es/style/themes/index.less';
|
3
3
|
|
4
|
-
.pro-action-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
color: #000;
|
4
|
+
.pro-action-error-modal {
|
5
|
+
.ant-modal-content {
|
6
|
+
> div.ant-modal-body {
|
7
|
+
max-height: none;
|
8
|
+
}
|
10
9
|
}
|
11
10
|
}
|
package/lib/ProAction/index.js
CHANGED
@@ -217,6 +217,7 @@ var ProAction = function ProAction(props) {
|
|
217
217
|
size: "small",
|
218
218
|
onOk: onOk,
|
219
219
|
form: form,
|
220
|
+
className: "pro-action-error-modal",
|
220
221
|
children: !contextRender ? (0, _jsxRuntime.jsx)(_CheckModalContent.default, (0, _objectSpread2.default)({}, errorModalData !== null && errorModalData !== void 0 ? errorModalData : {})) : renderContent()
|
221
222
|
}) : null]
|
222
223
|
});
|
package/lib/ProAction/index.less
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
@root-entry-name: 'default';
|
2
2
|
@import (reference) '~antd/es/style/themes/index.less';
|
3
3
|
|
4
|
-
.pro-action-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
color: #000;
|
4
|
+
.pro-action-error-modal {
|
5
|
+
.ant-modal-content {
|
6
|
+
> div.ant-modal-body {
|
7
|
+
max-height: none;
|
8
|
+
}
|
10
9
|
}
|
11
10
|
}
|