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