@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
64 lines (63 loc) • 1.25 kB
CSS
.xflow-node-menu {
min-height: 340px;
min-width: 150px;
}
.xflow-node-menu .menu-group-title {
padding: 0 10px;
color: #667085;
font-size: 12px;
font-weight: 500;
line-height: 24px;
}
.xflow-node-menu .menu-item {
height: 32px;
color: #101828;
padding: 0 10px;
display: flex;
align-items: center;
cursor: pointer;
}
.xflow-node-menu .menu-item:hover {
background-color: #f9fafb;
border-radius: 8px;
}
.xflow-node-menu .icon-box {
width: 20px;
height: 20px;
border-radius: 6px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.xflow-node-menu .xflow-node-menu-list {
max-height: 380px;
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE/Edge */
}
.xflow-node-menu .xflow-node-menu-list::-webkit-scrollbar {
/* Chrome/Safari/Webkit */
display: none;
}
.xflow-node-menu-tooltip {
width: 200px;
}
.xflow-node-menu-tooltip .title {
color: #101828;
margin-top: 3px;
}
.xflow-node-menu-tooltip .description {
font-size: 12px;
font-weight: normal;
color: #101828;
}
.xflow-node-menu-tooltip .icon-box-max {
width: 24px;
height: 24px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
}