openatc-components 0.1.120 → 0.1.122
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/kisscomps/components/PatternStatus/PatternStatus.vue +7 -7
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/package/kisscomps/components/Stages/index.vue +1 -1
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +7 -7
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/src/kisscomps/components/Stages/index.vue +1 -1
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<div style="cursor:pointer;">
|
|
22
22
|
<div class="ring-phase">
|
|
23
23
|
<!-- <patternwalksvg :showWalk="item.peddirection" :Width="'32'" :Height="'34'"></patternwalksvg> -->
|
|
24
|
-
<xdrdirselector Width="
|
|
24
|
+
<xdrdirselector Width="50px" Height="50px" :showlist="item.direction"></xdrdirselector>
|
|
25
25
|
</div>
|
|
26
26
|
<div class="box" style="position: absolute; left:40px;top: -1px;">
|
|
27
27
|
<div class="ring-nums">P{{item.id}}</div>
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
<el-tooltip placement="top-start" effect="light">
|
|
61
61
|
<div slot="content">
|
|
62
62
|
<span class="ring-nums" v-for="(pha,index) in list.phases" :key="index">
|
|
63
|
-
P
|
|
63
|
+
P{{pha}}
|
|
64
64
|
</span>
|
|
65
65
|
</div>
|
|
66
66
|
<div style="cursor:pointer;">
|
|
67
67
|
<div class="ring-phase">
|
|
68
68
|
<!-- <patternwalksvg :showWalk="list.peddirection" :Width="'32'" :Height="'34'"></patternwalksvg> -->
|
|
69
|
-
<xdrdirselector Width="
|
|
69
|
+
<xdrdirselector Width="50px" Height="50px" :showlist="list.direction"></xdrdirselector>
|
|
70
70
|
</div>
|
|
71
|
-
<div class="box" style="line-height:28px">
|
|
71
|
+
<!-- <div class="box" style="line-height:28px">
|
|
72
72
|
<span class="ring-nums" v-for="(pha,index) in list.phases" :key="index">
|
|
73
73
|
P:{{pha}}
|
|
74
74
|
</span>
|
|
75
|
-
</div>
|
|
75
|
+
</div> -->
|
|
76
76
|
</div>
|
|
77
77
|
</el-tooltip>
|
|
78
78
|
</div>
|
|
@@ -323,13 +323,13 @@ export default {
|
|
|
323
323
|
if (directionList.length === 0) {
|
|
324
324
|
tempList.push({
|
|
325
325
|
id: '',
|
|
326
|
-
color: '#
|
|
326
|
+
color: '#454545',
|
|
327
327
|
peddirection: peddirections
|
|
328
328
|
})
|
|
329
329
|
} else {
|
|
330
330
|
tempList = directionList.map(dir => ({
|
|
331
331
|
id: dir,
|
|
332
|
-
color: '#
|
|
332
|
+
color: '#454545',
|
|
333
333
|
peddirection: peddirections
|
|
334
334
|
}))
|
|
335
335
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
:showWalk="item[0].peddirection"
|
|
29
29
|
:Width="'40'"
|
|
30
30
|
:Height="'40'" /> -->
|
|
31
|
-
<xdr-dir-selector Width="
|
|
31
|
+
<xdr-dir-selector Width="50PX" Height="50PX" :Data="showStyle" :showlist="item"></xdr-dir-selector>
|
|
32
32
|
<div style="height:65px;display:flex;flex-direction:row;justify-content:center;align-items:end;">
|
|
33
33
|
<div class="current-stage-num" style="width:20%;">{{index + 1}}</div>
|
|
34
34
|
<div style="width:70%;">
|