Commit 2ccad887 authored by 刘殿昕's avatar 刘殿昕

调个样式,先凑合用吧

parent 60a688af
......@@ -83,6 +83,9 @@
'flow-node-judge':
nodeParams(node.meta.id).type == 4 &&
node.meta.id != nodeItem.id,
'flow-node-judge-active':
nodeParams(node.meta.id).type == 4 &&
node.meta.id == nodeItem.id,
}"
:id="node.meta.id"
>
......@@ -2049,6 +2052,25 @@ export default {
}
}
}
.flow-node-judge-active {
width: 100%;
height: 100%;
padding: 2px 6px;
border-radius: 8px;
background-color: transparent;
border: none;
position: relative;
.svg_in {
position: absolute;
top: 0;
left: 0;
z-index: -1;
overflow: hidden;
.judge_svg {
position: relative;
}
}
}
}
}
.super-flow__menu-container .super-flow__menu {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment