chore(docs): cleanup styles

This commit is contained in:
braks
2024-02-08 20:36:29 +01:00
parent 8226796b8b
commit c65f5cf56e
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -70,7 +70,7 @@ const edgeColor = toRef(() => {
}
if (targetNodeData.value.isFinished) {
return '#10b981'
return '#42B983'
}
if (targetNodeData.value.isCancelled || targetNodeData.value.isSkipped) {
@@ -195,6 +195,7 @@ export default {
<style>
.animated-edge-label {
position: absolute;
z-index: 100;
}
.truck {