diff --git a/src/views/agent/chat/index.vue b/src/views/agent/chat/index.vue index b95cd4a..707fab9 100644 --- a/src/views/agent/chat/index.vue +++ b/src/views/agent/chat/index.vue @@ -20,7 +20,9 @@ :sm="isCollapsed ? 24 : 12" :md="isCollapsed ? 24 : 16" :lg="isCollapsed ? 24 : 18" - :xl="isCollapsed ? 24 : 16" class="chat-content-col"> + :xl="isCollapsed ? 24 : 16" + :xxl="isCollapsed ? 24 : 16" + class="chat-content-col">
@@ -29,7 +31,7 @@
-
+
@@ -142,7 +144,6 @@ const cozeWebSdkConfig = (botId, name, auth, userInfo) => { }, header: { isShow: true, - isNeedClose: true }, conversations: { isNeed: true, @@ -154,7 +155,7 @@ const cozeWebSdkConfig = (botId, name, auth, userInfo) => { userInfo: userInfo, header: { isShow: true, - isNeedClose: false, + isNeedClose: true, }, }; return config;