From 011ef894a555d2fba98bd1a7362b26ec9a51349e Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 24 Jun 2024 18:27:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=A7=E8=A1=8C=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai-chat/ExecutionDetailDialog.vue | 99 ++++++++++++++++++- ui/src/styles/app.scss | 4 + 2 files changed, 100 insertions(+), 3 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 2cbba13fa..f8687497b 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -23,9 +23,102 @@ -
-
参数输入
-
如何快速开始
+
+ + + + + + + +
diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index a39ac0b48..2336fb32a 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -653,3 +653,7 @@ h5 { border: 1px solid var(--el-color-primary); } } + +.md-editor { + background: none; +}