.editor-history-list {
  width: 180px;
}
.editor-history-list .editor-spin-nested-loading,
.editor-history-list .editor-spin-container,
.editor-history-list .list-wrap {
  height: 100%;
}
.editor-history-list .list-wrap {
  overflow-y: auto;
  border-left: 1px solid #e5e5e5;
}
.editor-history-list .list-wrap .item {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 16px;
}
.editor-history-list .list-wrap .item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.editor-history-list .list-wrap .item:hover {
  background: rgba(28, 36, 46, 0.04);
}
.editor-history-list .list-wrap .item .li {
  padding-bottom: 4px;
  color: rgba(28, 36, 46, 0.45);
}
.editor-history-list .list-wrap .item .dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-history-list .list-wrap .item .dt .name {
  color: rgba(28, 36, 46, 0.75);
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-history-list .list-wrap .item .dt a {
  color: #47e !important;
}
.editor-history-list .list-wrap .activeItem {
  background: rgba(68, 119, 238, 0.06) !important;
}
.editor-history-cust-func-diff .diffItem {
  margin-bottom: 8px;
}
.editor-history-cust-func-diff .diffItem .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 8px;
}
.editor-history-cust-func-diff .diffItem .title::before {
  display: block;
  width: 4px;
  height: 14px;
  margin-right: 8px;
  background-color: #47e;
  border-radius: 33px;
  content: '';
}
.editor-history-cust-func-diff .diffItem .editor-change-basic-list {
  background: #f6f8fa;
  border-radius: 6px;
}
