From 89cf0ca41a664d2da2553191a3df75ba019fe22f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 27 Jun 2025 10:30:06 +0800 Subject: [PATCH] feat: application --- ui/src/styles/md-editor.scss | 4 ++++ .../application-workflow/component/DropdownMenu.vue | 12 ++++++------ ui/src/views/paragraph/component/ParagraphCard.vue | 2 +- ui/src/views/paragraph/component/ParagraphDialog.vue | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ui/src/styles/md-editor.scss b/ui/src/styles/md-editor.scss index fd58b7b5a..8b21fc1db 100644 --- a/ui/src/styles/md-editor.scss +++ b/ui/src/styles/md-editor.scss @@ -45,3 +45,7 @@ font-size: 14px; font-weight: 400; } + +.md-editor-preview .md-editor-code .md-editor-code-head { + z-index: auto !important; +} diff --git a/ui/src/views/application-workflow/component/DropdownMenu.vue b/ui/src/views/application-workflow/component/DropdownMenu.vue index 494866b39..2f30ef79e 100644 --- a/ui/src/views/application-workflow/component/DropdownMenu.vue +++ b/ui/src/views/application-workflow/component/DropdownMenu.vue @@ -52,8 +52,8 @@