openatc-components 0.1.96 → 0.1.98
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
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
</div>
|
|
7
7
|
<div class="common-board-table-header">
|
|
8
8
|
<el-row :gutter="13">
|
|
9
|
-
<el-col :span="
|
|
9
|
+
<el-col :span="3">{{this.$t('openatccomponents.pattern.phase')}}
|
|
10
10
|
</el-col>
|
|
11
|
-
<el-col :span="
|
|
11
|
+
<el-col :span="11">{{this.$t('openatccomponents.pattern.property')}}
|
|
12
12
|
</el-col>
|
|
13
|
-
<el-col :span="
|
|
13
|
+
<el-col :span="5">{{this.$t('openatccomponents.pattern.delaystart')}}
|
|
14
14
|
</el-col>
|
|
15
|
-
<el-col :span="
|
|
15
|
+
<el-col :span="5">{{this.$t('openatccomponents.pattern.advanceend')}}
|
|
16
16
|
</el-col>
|
|
17
17
|
</el-row>
|
|
18
18
|
</div>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
:options="options">
|
|
23
23
|
<div class="common-board-item" v-for="element in list" :key="element.id">
|
|
24
24
|
<el-row :gutter="13" >
|
|
25
|
-
<el-col :span="
|
|
25
|
+
<el-col :span="3">
|
|
26
26
|
<el-tooltip class="item" effect="dark" placement="left">
|
|
27
27
|
<div slot="content">{{element.name}}</div>
|
|
28
28
|
<div class="common-phase-description">
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
</el-tooltip>
|
|
32
32
|
</el-col>
|
|
33
|
-
<el-col :span="
|
|
33
|
+
<el-col :span="11">
|
|
34
34
|
<el-select v-model="element.options" size="small" multiple collapse-tags :placeholder="$t('openatccomponents.common.select')">
|
|
35
35
|
<el-option
|
|
36
36
|
v-for="item in coordphaseOption"
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
</el-option>
|
|
41
41
|
</el-select>
|
|
42
42
|
</el-col>
|
|
43
|
-
<el-col :span="
|
|
43
|
+
<el-col :span="5">
|
|
44
44
|
<el-input-number :controls="false" size="small" :min="0" :max="255" :step="1" v-model.number="element.delaystart" ref="type"></el-input-number>
|
|
45
45
|
</el-col>
|
|
46
|
-
<el-col :span="
|
|
46
|
+
<el-col :span="5">
|
|
47
47
|
<el-input-number :controls="false" size="small" :min="0" :max="255" :step="1" v-model.number="element.advanceend" ref="type"></el-input-number>
|
|
48
48
|
</el-col>
|
|
49
49
|
</el-row>
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
width: 90%;
|
|
309
309
|
}
|
|
310
310
|
.el-form-item {
|
|
311
|
-
margin-bottom:
|
|
311
|
+
margin-bottom: 10PX;
|
|
312
312
|
}
|
|
313
313
|
.el-form-item__label {
|
|
314
314
|
font-size: 14PX;
|
|
@@ -329,9 +329,9 @@
|
|
|
329
329
|
height: 100%;
|
|
330
330
|
padding: 21PX 0PX 21PX 28PX;
|
|
331
331
|
min-width: 360PX;
|
|
332
|
-
overflow: hidden;
|
|
332
|
+
overflow: hidden !important;
|
|
333
333
|
.forbiddenstage{
|
|
334
|
-
width:
|
|
334
|
+
width: 77% !important;
|
|
335
335
|
margin: 10px auto;
|
|
336
336
|
color: $--color-text-primary;
|
|
337
337
|
}
|
|
@@ -412,10 +412,13 @@
|
|
|
412
412
|
color: $--color-text-secondary;
|
|
413
413
|
}
|
|
414
414
|
.closephasekanban {
|
|
415
|
-
width:
|
|
415
|
+
width: 77% !important;
|
|
416
416
|
margin: 0 auto;
|
|
417
417
|
margin-bottom: 13PX;
|
|
418
418
|
}
|
|
419
|
+
.common-board-column {
|
|
420
|
+
max-width: unset !important;
|
|
421
|
+
}
|
|
419
422
|
.ex
|
|
420
423
|
.el-input {
|
|
421
424
|
width: 85% !important;
|