From 73fa57ed9b2f53e23361545f23be86e410e318bc Mon Sep 17 00:00:00 2001 From: "Crane.z" <1481445951@qq.com> Date: Thu, 19 Mar 2026 10:57:13 +0800 Subject: [PATCH] feat: add delete function for SQL snippets in QueryConsole --- .../QueryConsole/SelectSnippetDialog.vue | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Main/Explore/QueryConsole/SelectSnippetDialog.vue b/frontend/src/components/Main/Explore/QueryConsole/SelectSnippetDialog.vue index 68be4c9..0b6fc2b 100644 --- a/frontend/src/components/Main/Explore/QueryConsole/SelectSnippetDialog.vue +++ b/frontend/src/components/Main/Explore/QueryConsole/SelectSnippetDialog.vue @@ -5,16 +5,20 @@ :visible.sync="iVisible" width="40%" :modal="false" + :append-to-body="true" >
- + @@ -23,6 +27,8 @@