wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/_base/components/editor/code-editor/style.css
@@ -1,16 +1,12 @@
.margin-view-overlays {
  padding-left: 10px;
}
.monaco-editor {
  background-color: transparent !important;
  outline: none !important;
}
.monaco-editor .monaco-editor-background {
  background-color: transparent !important;
}
.monaco-editor .margin {
  background-color: transparent !important;
.no-wrapper .margin-view-overlays {
  padding-left: 0;
}
/* hide readonly tooltip */
.monaco-editor-overlaymessage {
  display: none !important;
}
}