From a64adc2504845b2bb6235f580eb8397d2c2d8f52 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 28 Feb 2025 17:31:08 +0800 Subject: [PATCH] perf: optimization style --- ui/src/components/ai-chat/ExecutionDetailDialog.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 76917fc9d..cfb6f54d0 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -244,6 +244,7 @@ editorId="preview-only" :modelValue="item.answer" style="background: none" + noImgZoomIn /> @@ -264,6 +265,7 @@ editorId="preview-only" :modelValue="item.answer" style="background: none" + noImgZoomIn /> @@ -300,6 +302,7 @@ editorId="preview-only" :modelValue="file_content" style="background: none" + noImgZoomIn /> @@ -351,6 +354,7 @@ editorId="preview-only" :modelValue="file_content" style="background: none" + noImgZoomIn /> @@ -374,6 +378,7 @@ editorId="preview-only" :modelValue="item.content" style="background: none" + noImgZoomIn /> @@ -573,6 +578,7 @@ editorId="preview-only" :modelValue="item.answer" style="background: none" + noImgZoomIn /> @@ -603,6 +609,7 @@ editorId="preview-only" :modelValue="item.answer" style="background: none" + noImgZoomIn />