@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
40 lines (39 loc) • 1.05 kB
CSS
.node-note-wrap .node-note-braft {
border: 1px solid #84caff;
border-radius: 8px;
width: 240px;
height: 88px;
background: #eff8ff;
}
.node-note-wrap .node-note-braft .node-note-braft-content {
height: 100px ;
overflow-y: auto;
}
.node-note-wrap .node-note-braft .node-note-braft-control .control-item.button {
font-size: 12px;
min-width: 8px;
padding: 0px 6px;
}
.node-note-wrap .bf-dropdown .dropdown-content-inner {
background-color: #eff8ff;
color: black;
border-radius: 8px;
}
.node-note-wrap .text-color-dropdown .bf-color-switch-buttons button {
color: black;
border-bottom: 1px solid #e4e9ec;
}
.node-note-wrap .text-color-dropdown .bf-color-switch-buttons button.active {
border-bottom-color: #3498db;
color: #3498db;
}
.node-note-wrap .bf-dropdown .dropdown-content .menu-item:not(.active) {
color: black;
border-bottom: 1px solid #e4e9ec;
}
.node-note-wrap .bf-font-sizes li {
color: black;
}
.node-note-wrap .bf-dropdown .dropdown-content .dropdown-arrow {
background-color: #eff8ff;
}