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/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/static/styles/index.scss +1 -1
- package/static/styles/schemeconfig.scss +4 -1
package/package.json
CHANGED
package/static/styles/index.scss
CHANGED
|
@@ -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
|
}
|