openatc-components 0.1.98 → 0.1.100
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
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<expend-config
|
|
106
106
|
v-for="(j,index) in ringCounts"
|
|
107
107
|
:key="index"
|
|
108
|
-
class="
|
|
108
|
+
class="expendkanban"
|
|
109
109
|
:options="options"
|
|
110
110
|
:header-text="$t('openatccomponents.pattern.ring')+j"
|
|
111
111
|
:list="patternOne.length===0?planPattern.rings[j-1]:patternOne[0].rings[j-1]"
|
|
@@ -411,13 +411,21 @@
|
|
|
411
411
|
.model-label, .stage-label {
|
|
412
412
|
color: $--color-text-secondary;
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
.expendkanban {
|
|
415
415
|
width: 77% !important;
|
|
416
416
|
margin: 0 auto;
|
|
417
417
|
margin-bottom: 13PX;
|
|
418
418
|
}
|
|
419
|
+
.closephasekanban {
|
|
420
|
+
width: 60%;
|
|
421
|
+
margin: 0 auto;
|
|
422
|
+
margin-bottom: 13PX;
|
|
423
|
+
}
|
|
419
424
|
.common-board-column {
|
|
420
425
|
max-width: unset !important;
|
|
426
|
+
.el-select {
|
|
427
|
+
width: 100% !important;
|
|
428
|
+
}
|
|
421
429
|
}
|
|
422
430
|
.ex
|
|
423
431
|
.el-input {
|