.editor-batch-moving-modal .editor-modal-body {
  display: flex;
  padding: 0;
  max-height: calc(100vh - 150px);
  overflow: hidden;
}
.editor-batch-moving-modal .editor-modal-body .editor-input-affix-wrapper {
  margin: 8px 0;
  border-radius: 4px;
}
.editor-batch-moving-modal .editor-modal-body .editor-input-affix-wrapper .editor-input-suffix {
  color: #92929d;
}
.editor-batch-moving-left,
.editor-batch-moving-right {
  flex: 1;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.editor-batch-moving-left {
  border-right: 1px solid #f0f0f0;
}
.editor-batch-moving-label {
  line-height: 22px;
  color: #1c242e;
  display: flex;
  align-items: center;
}
.editor-batch-moving-subTitle {
  color: rgba(28, 36, 46, 0.35);
  font-size: 12px;
  margin-left: 4px;
}
