openatc-components 0.1.4 → 0.1.5
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/package/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.check.vue +191 -0
- package/package/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.syncOper.vue +331 -0
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/static/styles/schemeconfig.scss +5 -5
- package/static/styles/stages.scss +26 -26
package/package.json
CHANGED
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
padding-right: 12px;
|
|
64
64
|
}
|
|
65
65
|
.single-model {
|
|
66
|
-
margin-right:
|
|
66
|
+
margin-right: 10PX;
|
|
67
67
|
text-align: center;
|
|
68
68
|
cursor:pointer;
|
|
69
|
-
width:
|
|
70
|
-
height:
|
|
69
|
+
width: 70PX;
|
|
70
|
+
height: 65PX;
|
|
71
71
|
background-color: #edf6ff;
|
|
72
|
-
border-radius:
|
|
72
|
+
border-radius: 6PX;
|
|
73
73
|
line-height: 1.15;
|
|
74
74
|
.patternWalk{
|
|
75
|
-
left:
|
|
75
|
+
left: 14PX !important;
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
.single-model .closephase-icon {
|
|
@@ -2,63 +2,63 @@
|
|
|
2
2
|
//阶段图
|
|
3
3
|
.intersection-stages {
|
|
4
4
|
.cross-content {
|
|
5
|
-
margin-top:
|
|
6
|
-
// margin-left:
|
|
5
|
+
margin-top: 19PX;
|
|
6
|
+
// margin-left: 7PX;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
}
|
|
9
9
|
.cross-name {
|
|
10
|
-
// height:
|
|
11
|
-
font-size:
|
|
10
|
+
// height: 13PX;
|
|
11
|
+
font-size: 14PX;
|
|
12
12
|
font-weight: normal;
|
|
13
13
|
font-stretch: normal;
|
|
14
|
-
line-height:
|
|
15
|
-
letter-spacing:
|
|
14
|
+
line-height: 22PX;
|
|
15
|
+
letter-spacing: 0PX;
|
|
16
16
|
color: $--color-text-regular;
|
|
17
17
|
}
|
|
18
18
|
.control-model {
|
|
19
19
|
float: left;
|
|
20
|
-
margin-top:
|
|
21
|
-
// margin-left:
|
|
20
|
+
margin-top: 10PX;
|
|
21
|
+
// margin-left: 15PX;
|
|
22
22
|
}
|
|
23
23
|
.single-model {
|
|
24
|
-
margin-right:
|
|
24
|
+
margin-right: 10PX;
|
|
25
25
|
text-align: center;
|
|
26
26
|
cursor:pointer;
|
|
27
|
-
width:
|
|
28
|
-
height:
|
|
27
|
+
width: 70PX;
|
|
28
|
+
height: 65PX;
|
|
29
29
|
background-color: #edf6ff;
|
|
30
|
-
border-radius:
|
|
30
|
+
border-radius: 6PX;
|
|
31
31
|
line-height: 1.15;
|
|
32
32
|
.patternWalk{
|
|
33
|
-
left:
|
|
34
|
-
top:
|
|
33
|
+
left: 8PX !important;
|
|
34
|
+
top: 5PX !important;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
.single-model-select {
|
|
38
|
-
margin-right:
|
|
38
|
+
margin-right: 10PX;
|
|
39
39
|
text-align: center;
|
|
40
40
|
cursor:pointer;
|
|
41
|
-
width:
|
|
42
|
-
height:
|
|
41
|
+
width: 70PX;
|
|
42
|
+
height: 65PX;
|
|
43
43
|
background-color: #a2cfff;
|
|
44
|
-
border-radius:
|
|
45
|
-
// border: solid
|
|
44
|
+
border-radius: 6PX;
|
|
45
|
+
// border: solid 1PX #409eff;
|
|
46
46
|
}
|
|
47
47
|
.single-model-name {
|
|
48
|
-
margin-top:
|
|
49
|
-
font-size:
|
|
48
|
+
margin-top: 3PX;
|
|
49
|
+
font-size: 12PX;
|
|
50
50
|
font-weight: normal;
|
|
51
51
|
font-stretch: normal;
|
|
52
|
-
// line-height:
|
|
53
|
-
letter-spacing:
|
|
52
|
+
// line-height: 22PX;
|
|
53
|
+
letter-spacing: 0PX;
|
|
54
54
|
color: #606266;
|
|
55
55
|
}
|
|
56
56
|
.current-stage-num {
|
|
57
|
-
margin-top:
|
|
58
|
-
font-size:
|
|
57
|
+
margin-top: 3PX;
|
|
58
|
+
font-size: 12PX;
|
|
59
59
|
font-weight: bold;
|
|
60
60
|
font-stretch: normal;
|
|
61
|
-
letter-spacing:
|
|
61
|
+
letter-spacing: 0PX;
|
|
62
62
|
// color: #303133;
|
|
63
63
|
color:#606266;
|
|
64
64
|
}
|