.editor-publish-template-drawerContent .editor-btn {
  margin-right: 8px;
}
.editor-publish-template-drawerContent .panelBd .form .editor-form-item-label {
  text-align: left;
}
.editor-publish-template-drawerContent .panelBd .form .editor-row {
  margin-bottom: 8px;
}
.editor-publish-template-drawerContent .panelBd .form .bf-container {
  padding: 20px !important;
  border: 1px solid #dcdde5;
  border-radius: 4px;
}
.editor-publish-template-drawerContent .panelBd .form .tips {
  color: #9092a3;
  font-size: 13px;
  margin-top: -4px;
}
.editor-publish-template-drawerContent .panelBd .form .quill {
  display: flex;
  flex-direction: column;
}
.editor-publish-template-drawerContent .panelBd .form .quill .ql-container {
  flex: 1;
}
.editor-publish-template-drawerContent .editor-drawer-body {
  overflow-x: hidden;
}
.editor-publish-template-image-info {
  width: 100%;
  height: 100%;
  position: relative;
}
.editor-publish-template-image-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.editor-publish-template-image-item:hover .icon {
  visibility: visible;
}
.editor-publish-template-image-item:hover .mask {
  visibility: visible;
}
.editor-publish-template-image-item img {
  max-width: 100%;
  height: 100%;
}
.editor-publish-template-image-item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-publish-template-image-item .icon {
  visibility: hidden;
  color: #fff;
  cursor: pointer;
}
.editor-publish-template-image-item .icon:last-child {
  margin-left: 4px;
}
