openatc-components 0.2.18 → 0.2.20
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/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
- package/package/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +39 -8
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +33 -33
- package/package/kisscomps/components/OverLap/OverLap.vue +3 -24
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +12 -10
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -3
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +5 -28
- package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +49 -2
- package/package/kisscomps/components/patternConfig/planContent.vue +3 -0
- package/package/kissui.min.js +1 -1
- package/package.json +2 -2
- package/src/EdgeMgr/controller/crossDiagramMgr.js +0 -1
- package/src/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
- package/src/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +39 -8
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +33 -33
- package/src/kisscomps/components/OverLap/OverLap.vue +3 -24
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +12 -10
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -3
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +5 -28
- package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +49 -2
- package/src/kisscomps/components/patternConfig/planContent.vue +3 -0
- package/src/views/intersection.vue +11 -5
- package/src/views/patternConfig.vue +6 -969
- package/static/styles/schemeconfig.scss +3 -8
- package/src/node_modules/.package_versions.json +0 -1
|
@@ -342,17 +342,12 @@
|
|
|
342
342
|
margin: 10px auto;
|
|
343
343
|
color: $--color-text-primary;
|
|
344
344
|
}
|
|
345
|
-
.stage-panel-contener {
|
|
346
|
-
display: flex;
|
|
347
|
-
align-items: center;
|
|
348
|
-
flex-wrap: wrap;
|
|
349
|
-
}
|
|
350
345
|
.optimizetype {
|
|
351
346
|
color: $--color-text-primary;
|
|
352
347
|
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
348
|
+
.todo {
|
|
349
|
+
float: left;
|
|
350
|
+
}
|
|
356
351
|
.stage-item {
|
|
357
352
|
cursor: pointer;
|
|
358
353
|
width: 100%;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|