.editor-batch-setting .title {
  display: flex;
}
.editor-batch-setting .title .tips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  color: rgba(28, 36, 46, 0.35);
  width: 20px;
}
.editor-batch-setting .editor-radio-wrapper {
  margin-right: 0;
}
.editor-batch-setting .table a {
  color: #47e;
}
.editor-batch-setting .table .empty .editor-empty {
  font-size: 12px;
}
