.editor-compbox {
  flex: 1;
  width: 0;
  overflow-x: auto;
  white-space: nowrap;
}
.editor-compbox::-webkit-scrollbar {
  display: none;
}
.editor-compbox-group {
  display: inline-block;
  color: #1c242e;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.editor-compbox-group:hover {
  color: #4477ee;
  font-weight: 600;
  background: rgba(68, 119, 238, 0.1);
}
.editor-compbox-group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
}
.editor-compbox-group-title-icon {
  width: 16px;
  margin-right: 6px;
  overflow: hidden;
}
.editor-compbox-menu {
  max-height: 450px;
  margin-top: 10px;
  padding: 16px;
  overflow: auto;
  background-color: #fff;
  border-radius: 4px;
}
.editor-compbox-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.editor-compbox-menu-item {
  height: 28px;
  color: #1c242e !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.editor-compbox-menu-item:hover {
  background-color: rgba(68, 119, 238, 0.1);
  border-radius: 2px 2px 2px 2px;
}
.editor-compbox-menu-item-label {
  min-width: 64px;
  max-width: 110px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.editor-compbox-menu-item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-compbox-menu-item-text {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.editor-compbox-menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.editor-compbox-menu-item-cursor {
  width: 12px;
  height: 12px;
  margin-left: 36px;
}
