.editor-config-desc-drawer {
  position: absolute;
}
.editor-config-desc-drawer .editor-drawer-body {
  padding: 20px !important;
}
.editor-config-desc-drawer .editor-drawer-footer {
  display: flex;
  justify-content: flex-end;
}
.editor-config-desc-drawer .editor-drawer-footer .editor-btn:not(last-child) {
  margin-right: 8px;
}
.editor-config-desc-drawer .item .title {
  width: 100%;
  background: #f9f9f9;
  font-weight: 600;
  height: 40px;
  display: flex;
  padding: 0 16px;
  align-items: center;
}
.editor-config-desc-drawer .item .title .subTitle {
  color: rgba(28, 36, 46, 0.55);
  font-weight: 400;
  font-size: 12px;
  margin-left: 8px;
}
.editor-config-desc-drawer .item .content {
  padding: 16px;
}
.editor-config-desc-drawer .item .content pre {
  line-height: 24px;
  margin: 0;
  color: rgba(28, 36, 46, 0.75);
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
}
.editor-config-desc-drawer .item .content .imgWrap {
  position: relative;
}
.editor-config-desc-drawer .item .content .largeBtn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E9EA;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.55);
  padding: 0 8px;
  border-radius: 6px;
  cursor: pointer;
}
.editor-config-desc-drawer .item .content .largeBtn svg {
  fill: rgba(28, 36, 46, 0.75);
  margin-right: 4px;
}
.editor-config-desc-drawer img {
  width: 100%;
}
