@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.
@@ -12,7 +12,7 @@
12
12
  }
13
13
  .pro-action-check-modal-box .res-err-list .list-wrap {
14
14
  box-sizing: border-box;
15
- height: 50vh;
15
+ max-height: 50vh;
16
16
  margin: 12px 0;
17
17
  padding: 4px;
18
18
  overflow-y: auto;
@@ -16,7 +16,7 @@
16
16
 
17
17
  .list-wrap {
18
18
  box-sizing: border-box;
19
- height: 50vh;
19
+ max-height: 50vh;
20
20
  margin: 12px 0;
21
21
  padding: 4px;
22
22
  overflow-y: auto;
@@ -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
  });
@@ -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-view-tile {
5
- margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
6
- color : #666;
7
-
8
- span {
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
  }
@@ -12,7 +12,7 @@
12
12
  }
13
13
  .pro-action-check-modal-box .res-err-list .list-wrap {
14
14
  box-sizing: border-box;
15
- height: 50vh;
15
+ max-height: 50vh;
16
16
  margin: 12px 0;
17
17
  padding: 4px;
18
18
  overflow-y: auto;
@@ -16,7 +16,7 @@
16
16
 
17
17
  .list-wrap {
18
18
  box-sizing: border-box;
19
- height: 50vh;
19
+ max-height: 50vh;
20
20
  margin: 12px 0;
21
21
  padding: 4px;
22
22
  overflow-y: auto;
@@ -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
  });
@@ -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-view-tile {
5
- margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
6
- color : #666;
7
-
8
- span {
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.13.7-beta.2",
3
+ "version": "3.13.7-beta.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",