@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
22 lines (21 loc) • 412 B
CSS
.custom-edge-line {
position: absolute;
z-index: 1000;
pointer-events: all;
}
.custom-edge-line .line-content {
width: 60px;
display: flex;
justify-content: space-around;
align-items: center;
}
.custom-edge-line .line-icon-box {
width: 16px;
height: 16px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
background: #296dff;
visibility: visible;
}