openatc-components 0.3.61 → 0.3.66

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.3.61",
3
+ "version": "0.3.66",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -50,7 +50,7 @@
50
50
  <el-tooltip class="item" effect="dark" placement="left">
51
51
  <div slot="content">{{element.name}}</div>
52
52
  <div class="common-phase-description">
53
- <xdrdirselector Width="70px" Height="70px" Widths="50px" Heights="50px" :Data="styles" :showlist="element.desc" :ISActiveMask="ISActiveMask" :MaskColor="MaskColor"></xdrdirselector>
53
+ <xdrdirselector Width="70px" Height="70px" Widths="58px" Heights="58px" :Datas="styles" :Data="showStyle" :showlist="element.desc" :ISActiveMask="ISActiveMask" :MaskColor="MaskColor"></xdrdirselector>
54
54
  </div>
55
55
  </el-tooltip>
56
56
  </el-col>
@@ -79,9 +79,13 @@ export default {
79
79
  },
80
80
  data () {
81
81
  return {
82
+ showStyle: {
83
+ left: '7px',
84
+ top: '0px'
85
+ },
82
86
  styles: {
83
- left: '1px',
84
- top: '0'
87
+ left: '7px',
88
+ top: '0px'
85
89
  },
86
90
  typeOptions: [{
87
91
  value: 'flow-split-opt'
@@ -209,6 +213,7 @@ export default {
209
213
  }
210
214
  }
211
215
  }
216
+ this.$emit('optimizesucess')
212
217
  }
213
218
  }).catch(error => {
214
219
  console.log(error)
@@ -232,6 +237,7 @@ export default {
232
237
  }
233
238
  }
234
239
  }
240
+ this.$emit('optimizesucess')
235
241
  }
236
242
  }).catch(error => {
237
243
  console.log(error)