openatc-components 0.2.44 → 0.2.45

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.
@@ -121,6 +121,7 @@ export default {
121
121
  } else {
122
122
  direction.push({
123
123
  id: '',
124
+ color: '#454545',
124
125
  peddirection: this.getPedPhasePos(i.peddirection)
125
126
  })
126
127
  }
@@ -137,6 +138,7 @@ export default {
137
138
  key: this.CrossDiagramMgr.getUniqueKey('pedphase'),
138
139
  phaseid: i.id, // 相位id,用于对应相位状态
139
140
  id: dir,
141
+ color: '#454545',
140
142
  name: this.PhaseDataModel.getSidePos(dir).name
141
143
  })
142
144
  }
@@ -4,6 +4,7 @@
4
4
  v-model="valuess"
5
5
  :multiple="multiple"
6
6
  :disabled="disabled"
7
+ size="small"
7
8
  @visible-change="visibleChange($event)"
8
9
  :clearable="clearable"
9
10
  :filterable="filterable"
@@ -23,10 +23,10 @@
23
23
  :options="options">
24
24
  <div class="stage-item" >
25
25
  <el-row :gutter="0">
26
- <el-col :span="12">
26
+ <el-col :span="6">
27
27
  {{this.$t('openatccomponents.overview.phasesplit')}}
28
28
  </el-col>
29
- <el-col :span="12">
29
+ <el-col :span="18">
30
30
  <el-input-number
31
31
  v-if="isRing"
32
32
  class="stage-value"
@@ -49,10 +49,10 @@
49
49
  </el-col>
50
50
  </el-row>
51
51
  <el-row :gutter="0">
52
- <el-col :span="12">
52
+ <el-col :span="6">
53
53
  {{this.$t('openatccomponents.pattern.phase')}}
54
54
  </el-col>
55
- <el-col :span="12">
55
+ <el-col :span="18">
56
56
  <SelectCrossPhase
57
57
  v-if="isRing"
58
58
  type="phases"
@@ -82,10 +82,10 @@
82
82
  </el-col>
83
83
  </el-row>
84
84
  <el-row :gutter="0" v-if="isRing">
85
- <el-col :span="12">
85
+ <el-col :span="6">
86
86
  {{this.$t('openatccomponents.pattern.green')}}
87
87
  </el-col>
88
- <el-col :span="12">
88
+ <el-col :span="18">
89
89
  <el-input-number
90
90
  class="stage-value"
91
91
  size="small"
@@ -97,10 +97,10 @@
97
97
  </el-col>
98
98
  </el-row>
99
99
  <el-row :gutter="0" v-if="isRing">
100
- <el-col :span="12">
100
+ <el-col :span="6">
101
101
  {{this.$t('openatccomponents.pattern.yellow')}}
102
102
  </el-col>
103
- <el-col :span="12">
103
+ <el-col :span="18">
104
104
  <el-input-number
105
105
  class="stage-value"
106
106
  size="small"
@@ -112,10 +112,10 @@
112
112
  </el-col>
113
113
  </el-row>
114
114
  <el-row :gutter="0" v-if="isRing">
115
- <el-col :span="12">
115
+ <el-col :span="6">
116
116
  {{this.$t('openatccomponents.pattern.red')}}
117
117
  </el-col>
118
- <el-col :span="12">
118
+ <el-col :span="18">
119
119
  <el-input-number
120
120
  class="stage-value"
121
121
  size="small"