coolcare-lite-scada-component 2.0.19 → 2.0.21

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.
@@ -36,6 +36,7 @@ var EleSwitchComponent = function EleSwitchComponent(_ref) {
36
36
  title: "操作警告",
37
37
  icon: /*#__PURE__*/React.createElement(ExclamationCircleOutlined, null),
38
38
  content: "确定执行操作吗?",
39
+ className: "big",
39
40
  getContainer: function getContainer() {
40
41
  return document.getElementById("scada-body");
41
42
  },
package/es/global.css CHANGED
@@ -34,6 +34,22 @@ div.x6-cell-tool-editor {
34
34
  g[data-shape='ele-container'] {
35
35
  pointer-events: none;
36
36
  }
37
+ .big .anticon-exclamation-circle {
38
+ font-size: 44px;
39
+ }
40
+ .big .ant-modal-confirm-title {
41
+ font-size: 64px;
42
+ }
43
+ .big .ant-modal-confirm-content {
44
+ font-size: 48px;
45
+ }
46
+ .big .ant-modal-body {
47
+ padding: 64px 64px 48px;
48
+ }
49
+ .big .ant-btn {
50
+ font-size: 28px !important;
51
+ height: auto !important;
52
+ }
37
53
  @keyframes line-animate {
38
54
  to {
39
55
  stroke-dashoffset: -1000;
package/es/x6Reset.css CHANGED
@@ -34,3 +34,19 @@ div.x6-cell-tool-editor {
34
34
  g[data-shape='ele-container'] {
35
35
  pointer-events: none;
36
36
  }
37
+ .big .anticon-exclamation-circle {
38
+ font-size: 44px;
39
+ }
40
+ .big .ant-modal-confirm-title {
41
+ font-size: 64px;
42
+ }
43
+ .big .ant-modal-confirm-content {
44
+ font-size: 48px;
45
+ }
46
+ .big .ant-modal-body {
47
+ padding: 64px 64px 48px;
48
+ }
49
+ .big .ant-btn {
50
+ font-size: 28px !important;
51
+ height: auto !important;
52
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "scripts": {
5
5
  "start": "umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",