From 05151ea477ea9976298df508174333f7f35e2614 Mon Sep 17 00:00:00 2001 From: PQZ Date: Wed, 13 Aug 2025 11:26:37 +0800 Subject: [PATCH] 1 --- assets/css/common.scss | 8 +++++++- layouts/default.vue | 23 ++++++++++++++++++++++- nuxt.config.js | 1 + 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/assets/css/common.scss b/assets/css/common.scss index b3ba3ff..954206c 100644 --- a/assets/css/common.scss +++ b/assets/css/common.scss @@ -1,5 +1,11 @@ // 公用的css类名 - +#dify-chatbot-bubble-button { + background-color: #1C64F2 !important; +} +#dify-chatbot-bubble-window { + width: 24rem !important; + height: 40rem !important; +} /* 图片默认和外盒字一样大小 */ .img_reset { width: 100%; diff --git a/layouts/default.vue b/layouts/default.vue index c0bf4d9..7323468 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -6,7 +6,16 @@ - + + + + + + + + + +