From a5ec429cd09fbabd6c4159e97136c569e69fe525 Mon Sep 17 00:00:00 2001 From: zttProjectSpace Date: Wed, 23 Apr 2025 16:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E7=9A=84yaml=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/monaco/MonacoEditor.vue | 1 + .../components/codeMirror/mirrorTextArea.vue | 2 +- .../workFlowConfig/yamlEditDrawer.vue | 21 +++++++++++++++++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/monaco/MonacoEditor.vue b/src/components/monaco/MonacoEditor.vue index 4ad8e47..b87843a 100644 --- a/src/components/monaco/MonacoEditor.vue +++ b/src/components/monaco/MonacoEditor.vue @@ -116,6 +116,7 @@ onMounted(() => { left: unset !important; height: 1px !important; opacity: 0; + margin-top: 20px; }