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