.editor-functor-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editor-functor-main-props-msg {
  border-radius: 4px;
  border: 1px solid rgba(68, 119, 238, 0.2);
  margin: 12px 16px;
  font-size: 12px;
}
.editor-functor-main-props-msg-head {
  display: flex;
  align-items: center;
  place-content: space-between;
  background: rgba(68, 119, 238, 0.06);
  padding: 5px 12px;
}
.editor-functor-main-props-msg-head-title {
  font-weight: 500;
  color: #1C242E;
  line-height: 18px;
}
.editor-functor-main-props-msg-head a {
  color: #47e;
}
.editor-functor-main-props-msg-head .editor-checkbox-wrapper {
  color: rgba(28, 36, 46, 0.55) !important;
  font-size: 12px !important;
}
.editor-functor-main-props-msg-head .editor-checkbox-wrapper .editor-checkbox {
  transform: translateY(-2px);
}
.editor-functor-main-props-msg-head .editor-checkbox-wrapper .editor-checkbox + span {
  padding-right: 0 !important;
}
.editor-functor-main-props-msg-head .editor-checkbox-wrapper .editor-checkbox-inner {
  width: 12px;
  height: 12px;
}
.editor-functor-main-props-msg-head .editor-checkbox-wrapper .editor-checkbox-inner::after {
  width: 4px;
  height: 7px;
  border-width: 1px;
}
.editor-functor-main-props-msg-content {
  padding: 8px 12px;
  color: rgba(28, 36, 46, 0.55);
  user-select: text;
}
.editor-functor-main-props-msg-content-name {
  margin-bottom: 4px;
}
.editor-functor-main-props-msg-content-example,
.editor-functor-main-props-msg-content-value,
.editor-functor-main-props-msg-content-name {
  display: flex;
  color: #64677A;
}
.editor-functor-main-props-msg-content-example {
  margin-top: 4px;
  padding: 8px;
  background-color: rgba(65, 127, 251, 0.06);
  border-radius: 4px;
}
.editor-functor-main-props-msg-content-example .example {
  flex: 1;
  overflow: hidden;
}
.editor-functor-main-props-msg-content-example .exampleTip {
  margin-bottom: 4px;
  color: #417FFB;
}
.editor-functor-main-props-msg-content-example .bgWrap {
  line-height: 16px;
  display: flex;
  margin-bottom: 4px;
  padding: 2px 0;
}
.editor-functor-main-props-msg-content-example .bgWrap .bgTitle {
  flex-shrink: 0;
}
.editor-functor-main-props-msg-content-example .bgWrap .copyWrap {
  display: flex;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
}
.editor-functor-main-props-msg-content-example .bgWrap .exampleDivider {
  margin: 0 12px;
  top: 2px !important;
}
.editor-functor-main-props-msg-content-example .bgWrap pre {
  margin-bottom: 0 !important;
}
.editor-functor-main-props-msg-content-example .bgWrap .propsTitle {
  margin-right: 8px;
  font-weight: 500;
  color: rgba(28, 36, 46, 0.75);
}
.editor-functor-main-props-msg-content-example .bgWrap .exampleNote {
  flex: 1;
  margin-left: 4px;
  color: rgba(28, 36, 46, 0.25);
}
.editor-functor-main-props-msg-content .title {
  height: 18px;
  width: 60px;
  margin-right: 8px;
  text-align: justify;
  flex-shrink: 0;
}
.editor-functor-main-props-msg-content .title::after {
  width: 100%;
  content: "";
  display: inline-block;
}
.editor-functor-main-description {
  height: 20%;
  overflow: auto;
  border-top: 1px solid #e5e5e5;
  padding: 12px 16px 9px 16px;
}
.editor-functor-main-description-enlarge {
  height: 0;
}
.editor-functor-main-editor {
  flex: 1;
  height: 0;
  padding: 0 16px;
}
.editor-functor-main-editor > div,
.editor-functor-main-editor > div > div {
  height: 100%;
}
.editor-functor-main-show-code {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 8px 16px;
  font-size: 12px;
}
.editor-functor-main-show-code-title {
  color: #1c242e;
  font-weight: 600;
  font-size: 16px;
}
.editor-functor-main-show-code-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.editor-functor-main-show-code-btn {
  color: #4477ee;
  cursor: pointer;
}
.editor-functor-main-show-code-zoom-btn {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  color: rgba(28, 36, 46, 0.55);
  cursor: pointer;
}
.editor-functor-main-show-code-zoom-btn span {
  font-size: 15px;
}
.editor-functor-main-show-code-zoom-btn .text {
  font-size: 12px;
  margin-left: 4px;
}
.cm-focused {
  border: none !important;
  outline: none !important;
}
