openatc-components 0.0.110 → 0.0.111

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.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -50,6 +50,8 @@
50
50
  background-color: $--color-white;
51
51
  border: solid 1PX $--border-color-lighter;
52
52
  // margin-right: 20PX;
53
+ height: 870PX;
54
+ overflow-y: auto;
53
55
  .draw-function {
54
56
  overflow: hidden;
55
57
  padding: 20PX;
@@ -151,7 +153,8 @@
151
153
  border: solid 1PX $--border-color-lighter;
152
154
  padding: 22PX;
153
155
  padding-right: 0PX;
154
- min-height: 916PX;
156
+ height: 870PX;
157
+ overflow-y: auto;
155
158
  .each-icon {
156
159
  float: left;
157
160
  .single-icon {