From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/workflow/nodes/_base/components/editor/code-editor/style.css |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/app/components/workflow/nodes/_base/components/editor/code-editor/style.css b/app/components/workflow/nodes/_base/components/editor/code-editor/style.css
index d364c1f..3a66242 100644
--- a/app/components/workflow/nodes/_base/components/editor/code-editor/style.css
+++ b/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;
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0