.editor-operBar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 8px 0 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.editor-operBar .editor-operBar-tit {
  flex-shrink: 0;
  padding-left: 16px;
  overflow: hidden;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-operBar .editor-operBar-left {
  flex-shrink: 0;
  padding-left: 6px;
}
.editor-operBar .editor-operBar-left-tip {
  display: flex;
  align-items: center;
}
.editor-operBar .editor-operBar-extend {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.editor-operBar .editor-operBar-extend .bt-line {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background-color: #E5E5E5;
}
.editor-operBar .editor-operBar-extend .show-shield {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.editor-operBar .editor-operBar-extend .show-shield span {
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
}
.editor-operBar .editor-operBar-extend .show-shield .editor-checkbox {
  padding: 0;
  transform: scale(0.75);
}
.editor-operBar .editor-operBar-extend .show-shield .editor-checkbox-wrapper > span:last-child {
  padding: 0 4px;
}
.editor-operBar .editor-operBar-extend .editor-btn {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.editor-operBar .editor-operBar-extend .editor-btn span {
  color: rgba(28, 36, 46, 0.55);
  line-height: 18px;
}
.editor-operBar .editor-operBar-extend .editor-btn svg {
  margin-right: 7px;
  fill: rgba(28, 36, 46, 0.55);
}
.editor-operBar .editor-operBar-extend .editor-btn:hover span {
  color: #47e;
}
.editor-operBar .editor-operBar-extend .editor-btn:hover svg {
  fill: #47e;
}
.editor-operBar .editor-operBar-extend .event-text {
  cursor: pointer;
  border-radius: 6px;
  border: none;
}
.editor-operBar .editor-operBar-extend .event-text:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-operBar .editor-operBar-extend .event-text .icon {
  padding: 1px 1px;
  line-height: 14px;
  fill: #47e;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 1px;
  font-size: 12px;
}
.editor-operBar .editor-operBar-extend .event-text .icon svg {
  width: 12px;
  margin-right: 0;
}
.editor-operBar .editor-operBar-extend .event-text .icon.arrow {
  padding: 0;
  margin-right: 0;
  margin-left: 1px;
}
.editor-operBar .editor-operBar-extend .event-text .icon.arrow:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-operBar .editor-operBar-extend .event-text .icon.arrow svg {
  fill: #47e;
}
.editor-operBar .editor-operBar-extend .event-text span {
  color: #47e;
}
.editor-operBar .editor-operBar-extend .locked span {
  color: rgba(28, 36, 46, 0.25);
}
.editor-operBar .editor-operBar-extend .locked svg {
  fill: rgba(28, 36, 46, 0.25);
}
.editor-operBar .editor-operBar-extend::-webkit-scrollbar {
  height: 0;
}
.editor-operBar-clear-down {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-operBar-clear-down svg {
  fill: rgba(28, 36, 46, 0.55);
}
.editor-operBar-clear-down:hover svg {
  fill: #47e;
}
.dropdown editor-dropdown-menu-item {
  font-size: 12px;
  text-align: center;
}
.clearDropdown .editor-dropdown-menu-item {
  padding: 4px 8px;
}
.clearDropdown .editor-dropdown-menu-title-content {
  font-size: 12px;
}
.clearDropdown .editor-dropdown-menu-item:hover,
.clearDropdown .editor-dropdown-menu-submenu-title:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-operBar-event-popover {
  padding-top: 0 !important;
}
.editor-operBar-event-popover .editor-popover-arrow {
  display: none;
}
.editor-operBar-event-popover .editor-popover-inner-content {
  padding: 0;
}
.editor-operBar-event-popover .eventList {
  min-width: 128px;
  max-height: 236px;
  padding: 6px 0;
  overflow: auto;
}
.editor-operBar-event-popover .eventList .eventItem {
  padding: 6px 12px;
  color: #1c242e;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.editor-operBar-event-popover .eventList .eventItem:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-operBar-event-popover .eventList .eventItem.disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
