From 3e8734ae8f64d4e47a6a1dc625bcad04be160cfd Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 3 Dec 2024 15:13:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/application/template/embed.js | 4 ++-- ui/src/components/ai-chat/ParagraphSourceDialog.vue | 9 ++++++--- ui/src/components/ai-chat/component/ParagraphCard.vue | 2 +- ui/src/styles/element-plus.scss | 3 +++ ui/src/views/application/ApplicationSetting.vue | 2 ++ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/application/template/embed.js b/apps/application/template/embed.js index f05cf1c1d..f75b590a4 100644 --- a/apps/application/template/embed.js +++ b/apps/application/template/embed.js @@ -169,7 +169,7 @@ function initMaxkbStyle(root){ position: absolute; {{x_type}}: {{x_value}}px; {{y_type}}: {{y_value}}px; - z-index: 1000; + z-index: 10001; } #maxkb .maxkb-tips { position: fixed; @@ -180,7 +180,7 @@ function initMaxkbStyle(root){ color: #ffffff; font-size: 14px; background: #3370FF; - z-index: 1000; + z-index: 10001; } #maxkb .maxkb-tips .maxkb-arrow { position: absolute; diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 0f6bcf21d..bcdbded36 100644 --- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue +++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue @@ -20,9 +20,12 @@ - +
+ +
+ -
diff --git a/ui/src/components/ai-chat/component/ParagraphCard.vue b/ui/src/components/ai-chat/component/ParagraphCard.vue index 35ea4ac22..9ea77f216 100644 --- a/ui/src/components/ai-chat/component/ParagraphCard.vue +++ b/ui/src/components/ai-chat/component/ParagraphCard.vue @@ -17,7 +17,7 @@