.editor-codeStandard {
  border-radius: 4px;
  border: 1px solid rgba(68, 119, 238, 0.2);
  margin: 12px 16px;
}
.editor-codeStandard-title {
  font-weight: 500;
  color: #1c242e;
  line-height: 18px;
  font-size: 12px;
}
.editor-codeStandard .editor-collapse-header {
  height: 30px;
  background: rgba(68, 119, 238, 0.06);
  padding: 5px 12px!important;
}
.editor-codeStandard-content {
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  line-height: 21px;
  padding: 5px 12px;
  margin-bottom: 0;
  max-height: 230px;
}
.editor-codeStandard-content pre {
  cursor: text;
}
.editor-codeStandard-content::-webkit-scrollbar {
  height: 8px;
}
.editor-codeStandard-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.editor-codeStandard-content a {
  color: #0000ff;
}
.editor-codeStandard .editor-collapse-ghost > .editor-collapse-item > .editor-collapse-content > .editor-collapse-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.editor-codeStandard-desc,
.editor-codeStandard-params,
.editor-codeStandard-return {
  margin: 0;
}
.editor-codeStandard-standard {
  padding-left: 0;
}
