.cusEventCodeMirror-container .editor-drawer-header {
  display: none !important;
}
.cusEventCodeMirror-container .editor-drawer-body {
  padding: 12px !important;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .react-codemirror2 {
  height: 100%;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .header {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .header .iconDiv {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .header .iconDiv .largeIcon {
  line-height: 16px;
  cursor: pointer;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .header .header-tip {
  margin-left: 8px;
  color: rgba(28, 36, 46, 0.4);
  font-size: 12px;
}
.cusEventCodeMirror-container .cusEventCodeMirror-wrap .header .title {
  color: #1c242e;
  font-weight: 500;
  font-size: 14px;
}
.cusEventCodeMirror-container .cusEventCodeMirror-normal-wrap {
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}
