From c3d6beb8d79df85c79defe0c7ea1d2d5b20ee736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Tue, 9 Sep 2025 10:10:05 +0800 Subject: [PATCH 1/2] bugfix --- f/web-kboss/public/index.html | 33 +++++++++++++++++++ f/web-kboss/src/views/demoDify/index.vue | 10 ++++-- .../views/homePage/ncmatch/mainPage/index.vue | 2 +- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/f/web-kboss/public/index.html b/f/web-kboss/public/index.html index f2a7edf..e426deb 100644 --- a/f/web-kboss/public/index.html +++ b/f/web-kboss/public/index.html @@ -13,12 +13,45 @@ font-size: 14px; } } + #dify-chatbot-bubble-button { + background-color: #1C64F2 !important; + } + #dify-chatbot-bubble-window { + width: 24rem !important; + height: 40rem !important; + } + +
+