openatc-components 0.1.80 → 0.1.82

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.
@@ -111,15 +111,15 @@
111
111
  :list="patternOne.length===0?planPattern.rings[j-1]:patternOne[0].rings[j-1]"
112
112
  >
113
113
  </expend-config>
114
- <div style="width: 60%;margin: 10px auto;color:#ffffff">
114
+ <div class="forbiddenstage">
115
115
  {{$t('openatccomponents.pattern.forbiddenstage')}}
116
116
  <el-input class="stage-value" size="small" v-model="forbiddenstage"></el-input>
117
117
  </div>
118
- <div style="width: 60%;margin: 10px auto;color:#ffffff">
118
+ <div class="forbiddenstage">
119
119
  {{$t('openatccomponents.pattern.screenstage')}}
120
120
  <el-input class="stage-value" size="small" v-model="screenstage"></el-input>
121
121
  </div>
122
- <div style="width: 60%;margin: 10px auto;color:#ffffff">
122
+ <div class="forbiddenstage">
123
123
  {{$t('openatccomponents.pattern.coordinatestage')}}
124
124
  <el-input class="stage-value" size="small" v-model="coordinatestage"></el-input>
125
125
  </div>
@@ -228,14 +228,14 @@ export default {
228
228
  height: auto;
229
229
  margin: 5px 0;
230
230
  line-height: 40px;
231
- color: #FFFFFF;
231
+ // color: #FFFFFF;
232
232
  padding: 1px 1px;
233
233
  box-sizing: border-box;
234
234
  }
235
235
  .el-button--primary:hover, .el-button--primary:focus{
236
236
  background: #409EFF;
237
237
  border-color: #409EFF;
238
- color: #FFFFFF;
238
+ // color: #FFFFFF;
239
239
  }
240
240
  </style>
241
241
  <style lang="scss">