.editor-customfunctionsaction-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.editor-customfunctionsaction-wrapper .context-search {
  padding: 16px 20px;
}
.editor-customfunctionsaction-wrapper .context-tree {
  flex: 1;
  overflow: auto;
}
.editor-customfunctionsaction-wrapper .context-tree::-webkit-scrollbar {
  display: none;
  /*隐藏滚动条*/
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-list-scrollbar {
  width: 0 !important;
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-list {
  padding-left: 10px;
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-treenode-selected::before {
  background-color: inherit !important;
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-treenode-selected:hover::before {
  background-color: #f5f5f5 !important;
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-node-content-wrapper {
  overflow-x: auto;
}
.editor-customfunctionsaction-wrapper .context-tree .editor-tree-title {
  white-space: nowrap;
}
.editor-customfunctionsaction-wrapper .context-tree .context-detail {
  display: flex;
  flex-direction: column;
}
.editor-customfunctionsaction-wrapper .context-tree .context-detail .detail-text {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-customfunctionsaction-wrapper .context-tree .context-detail .detail-value {
  padding-right: 12px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
  word-break: break-all;
}
.editor-customfunctionsaction-wrapper .context-tree .customfunctionsaction-site-tree-search-value {
  color: #f50;
}
