openatc-components 0.1.71 → 0.1.73
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
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
background-color: $--color-white;
|
|
53
53
|
border: solid 1PX $--border-color-lighter;
|
|
54
54
|
// margin-right: 20PX;
|
|
55
|
-
height: 870PX;
|
|
55
|
+
// height: 870PX;
|
|
56
56
|
overflow-y: auto;
|
|
57
57
|
.draw-function {
|
|
58
58
|
overflow: hidden;
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
border: solid 1PX $--border-color-lighter;
|
|
157
157
|
padding: 22PX;
|
|
158
158
|
padding-right: 0PX;
|
|
159
|
-
height: 870PX;
|
|
159
|
+
// height: 870PX;
|
|
160
160
|
overflow-y: auto;
|
|
161
161
|
.each-icon {
|
|
162
162
|
float: left;
|
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
}
|
|
240
240
|
.delete-drawed-item {
|
|
241
241
|
text-align: center;
|
|
242
|
-
|
|
243
|
-
|
|
242
|
+
padding-top: 37PX;
|
|
243
|
+
padding-bottom: 39PX;
|
|
244
244
|
button {
|
|
245
245
|
width: 90PX;
|
|
246
246
|
height: 32PX;
|