coolcare-lite-scada-component 2.0.21 → 2.0.22
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/element/EleSwitch/Component.js +1 -0
- package/es/elementCss.css +16 -0
- package/es/global.css +0 -16
- package/es/x6Reset.css +0 -16
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ import Switch from "../../components/Switch";
|
|
|
11
11
|
import { usePointWatch } from "../../hooks";
|
|
12
12
|
import { isNumber } from "../../utils";
|
|
13
13
|
import { pointWrite } from "../utils";
|
|
14
|
+
import "../../elementCss.css";
|
|
14
15
|
import styles from "./index.css";
|
|
15
16
|
import { ExclamationCircleOutlined } from '@ant-design/icons';
|
|
16
17
|
var confirm = Modal.confirm;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.big .anticon-exclamation-circle {
|
|
2
|
+
font-size: 44px;
|
|
3
|
+
}
|
|
4
|
+
.big .ant-modal-confirm-title {
|
|
5
|
+
font-size: 64px;
|
|
6
|
+
}
|
|
7
|
+
.big .ant-modal-confirm-content {
|
|
8
|
+
font-size: 48px;
|
|
9
|
+
}
|
|
10
|
+
.big .ant-modal-body {
|
|
11
|
+
padding: 64px 64px 48px;
|
|
12
|
+
}
|
|
13
|
+
.big .ant-btn {
|
|
14
|
+
font-size: 28px !important;
|
|
15
|
+
height: auto !important;
|
|
16
|
+
}
|
package/es/global.css
CHANGED
|
@@ -34,22 +34,6 @@ 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
|
-
}
|
|
53
37
|
@keyframes line-animate {
|
|
54
38
|
to {
|
|
55
39
|
stroke-dashoffset: -1000;
|
package/es/x6Reset.css
CHANGED
|
@@ -34,19 +34,3 @@ 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
|
-
}
|