.editor-table-batch-group-setting {
  width: 381px;
}
.editor-table-batch-group-setting .row {
  margin-bottom: 8px;
}
.editor-table-batch-group-setting .row-sm {
  margin-bottom: 4px;
}
.editor-table-batch-group-setting .content {
  display: flex;
  align-items: center;
}
.editor-table-batch-group-setting .content .select,
.editor-table-batch-group-setting .content .input {
  flex: 1;
  height: 24px;
  border-color: #E5E5E5;
}
.editor-table-batch-group-setting .content .select .editor-select-selector,
.editor-table-batch-group-setting .content .input .editor-select-selector {
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  border-color: #E5E5E5;
}
.editor-table-batch-group-setting .content .select .editor-select-selector .editor-select-selection-item,
.editor-table-batch-group-setting .content .input .editor-select-selector .editor-select-selection-item {
  padding: 0 4px;
}
.editor-table-batch-group-setting .deleteIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 8px;
  fill: rgba(28, 36, 46, 0.45);
}
.editor-table-batch-group-setting .link {
  color: #47e;
  margin-top: 8px;
}
.editor-table-batch-group-setting-dropdown .tips {
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
}
.editor-table-batch-group-setting-dropdown .editor-select-item {
  min-height: fit-content;
  padding: 3px 8px;
}
.editor-table-batch-group-setting-dropdown .editor-select-item-option-disabled .editor-select-item-option-content {
  color: rgba(28, 36, 46, 0.25);
}
.editor-table-batch-group-setting-dropdown .editor-select-item-option-content {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-table-batch-group-setting-dropdown .editor-select-item-option-state .anticon {
  font-size: 10px;
}
.editor-table-batch-group-setting-dropdown .editor-select-item-option-selected:not(.editor-select-item-option-disabled) {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-table-batch-group-setting-dropdown .editor-select-item-option-selected:not(.editor-select-item-option-disabled) .editor-select-item-option-content {
  font-weight: normal;
}
