openatc-components 0.1.69 → 0.1.70
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.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// 渠化图组件
|
|
2
2
|
.custom-cross-part {
|
|
3
|
-
padding-top: 20PX;
|
|
4
3
|
// padding-left: 28PX;
|
|
5
4
|
height: 100%;
|
|
6
5
|
.first-import-crossmap {
|
|
@@ -34,8 +33,10 @@
|
|
|
34
33
|
}
|
|
35
34
|
}
|
|
36
35
|
.custom-cross {
|
|
36
|
+
height: 100%;
|
|
37
37
|
.custom-main {
|
|
38
38
|
width: 100%;
|
|
39
|
+
height: 100%;
|
|
39
40
|
overflow: hidden;
|
|
40
41
|
}
|
|
41
42
|
.drawPanelAnimation {
|
|
@@ -44,8 +45,9 @@
|
|
|
44
45
|
}
|
|
45
46
|
.custom-group {
|
|
46
47
|
// width: 980PX;
|
|
47
|
-
width: calc(64% -
|
|
48
|
-
|
|
48
|
+
width: calc(64% - 20PX);
|
|
49
|
+
height: calc(100% - 20PX);
|
|
50
|
+
margin-left: 20PX;
|
|
49
51
|
float: left;
|
|
50
52
|
background-color: $--color-white;
|
|
51
53
|
border: solid 1PX $--border-color-lighter;
|
|
@@ -148,6 +150,7 @@
|
|
|
148
150
|
// width: calc(100% - 980PX - 20PX);
|
|
149
151
|
// width: 515PX;
|
|
150
152
|
width: calc(36% - 20PX);
|
|
153
|
+
width: calc(64% - 20PX);
|
|
151
154
|
margin-left: 20PX;
|
|
152
155
|
background-color: $--color-white;
|
|
153
156
|
border: solid 1PX $--border-color-lighter;
|