From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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