openatc-components 0.2.7 → 0.2.9

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.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -212,7 +212,7 @@
212
212
  @onStageAdvanceendChange="onStageAdvanceendChange"
213
213
  >
214
214
  </stage-bord>
215
- <div v-if="isRing" style="margin-left: 20px">
215
+ <div v-if="isRing" style="margin-left: 10px">
216
216
  <el-button
217
217
  type="primary"
218
218
  @click="
@@ -80,6 +80,6 @@
80
80
  }
81
81
 
82
82
  .components-container {
83
- margin: 30px 50px;
83
+ margin: 12px 12px;
84
84
  position: relative;
85
85
  }
@@ -345,6 +345,9 @@
345
345
  .optimizetype {
346
346
  color: $--color-text-primary;
347
347
  }
348
+ .todo {
349
+ float: left;
350
+ }
348
351
  .stage-item {
349
352
  cursor: pointer;
350
353
  width: 100%;
@@ -432,7 +435,7 @@
432
435
  margin-bottom: 13PX;
433
436
  }
434
437
  .common-board-column {
435
- max-width: unset !important;
438
+ // max-width: unset !important;
436
439
  .el-select {
437
440
  width: 100% !important;
438
441
  }