@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
31 lines (30 loc) • 549 B
CSS
.fai-reactflow-operator {
position: absolute;
left: 4px;
bottom: 14px;
height: 50px;
}
.fai-reactflow-operator .mini-map {
position: absolute;
left: 12px;
bottom: 45px;
margin: 0;
border: 0.5px solid rgba(0, 0, 0, 0.08);
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 9;
}
.fai-reactflow-operator .operator-section {
display: flex;
align-items: center;
position: absolute;
left: 10px;
bottom: 4px;
z-index: 9;
}
.icon {
width: 16px;
height: 16px;
color: #666F83;
font-size: 20;
}