.editor-ChangeRecordBar-wrap {
  display: flex;
  flex: none;
  flex-direction: column;
  min-width: 280px;
  height: 100%;
  border-left: 1px solid #e5e5e5;
}
.editor-ChangeRecordBar-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 12px;
  background-color: #f7f7f7;
}
.editor-ChangeRecordBar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}
.editor-ChangeRecordBar-icon {
  display: flex;
  align-items: center;
  margin-left: 4px;
  fill: rgba(28, 36, 46, 0.35);
}
.editor-ChangeRecordBar-closeIcon {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.editor-ChangeRecordBar-closeIcon img {
  width: 100%;
}
.editor-ChangeRecordBar-content {
  flex: 1;
  width: 100%;
  padding: 0 15px 15px 15px;
  overflow-y: auto;
  background-color: #ffffff;
}
.editor-ChangeRecordBar-contentItem {
  width: 100%;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.editor-ChangeRecordBar-itemTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  color: rgba(28, 36, 46, 0.45);
}
.editor-ChangeRecordBar-titleType1 {
  color: #11c9ac;
}
.editor-ChangeRecordBar-titleType2 {
  color: #ff7474;
}
.editor-ChangeRecordBar-titleType3 {
  color: #fdaf4f;
}
.editor-ChangeRecordBar-titleType4 {
  color: rgba(28, 36, 46, 0.75);
}
.editor-ChangeRecordBar-titleType5 {
  color: #4477ee;
}
.editor-ChangeRecordBar-itemContent {
  margin-top: 2px;
  color: rgba(28, 36, 46, 0.6);
  word-wrap: break-word;
}
.editor-ChangeRecordBar-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.editor-ChangeRecordBar-tip {
  font-size: 12px;
}
.editor-ChangeRecordBar-tip :global .editor-tooltip-inner {
  min-height: 20px;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
}
