openatc-components 0.1.68 → 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,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -1,13 +1,12 @@
1
1
  // 渠化图组件
2
2
  .custom-cross-part {
3
- padding-top: 8PX;
4
3
  // padding-left: 28PX;
5
4
  height: 100%;
6
5
  .first-import-crossmap {
7
6
  height: 100%;
8
7
  background-color: $--color-white;
9
8
  position: relative;
10
- margin-left: 28PX;
9
+ margin-left: 20PX;
11
10
  .import-btn {
12
11
  min-width: 218PX;
13
12
  text-align: center;
@@ -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% - 28PX);
48
- margin-left: 28PX;
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;