butterfly-dag
Version:
一个基于数据驱动的节点式编排组件库,让你有方便快捷定制可视化流程图表
27 lines (25 loc) • 414 B
text/less
.butterflies-link {
fill: none;
stroke: #BFBFBF;
stroke-width: 1px;
}
.butterflies-link:hover {
stroke: #F66902;
}
.butterflies-label {
position: absolute;
}
.butterflies-arrow {
fill: #BFBFBF;
stroke: #BFBFBF;
stroke-width: 1px;
}
.butterflies-arrow:hover {
fill: #F66902;
stroke: #F66902;
}
.butterflies-link-event-handler {
stroke-width: 12px;
fill: none;
stroke: rgba(0,0,0,0);
}