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 @@