.editor-extendProps-btnAdd {
  width: 100%;
  height: 28px;
  margin-top: 4px;
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
}
.editor-extendProps-form {
  width: 232px;
  height: 130px;
  padding: 8px 4px 0 4px;
  font-size: 12px;
}
.editor-extendProps-form .editor-form-item-label > label {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-extendProps-form .editor-form-item-explain-error {
  font-size: 12px;
}
.editor-extendProps-form .editor-extendProps-btns {
  display: flex;
  flex-direction: row-reverse;
  height: 24px;
  text-align: right;
  padding-top: 8px;
}
.editor-extendProps-form .editor-extendProps-btns .editor-extendProps-btnCancel {
  margin-right: 8px;
}
.editor-extendProps-form .editor-extendProps-dataInput {
  line-height: 28px;
}
