From b495894f12c3549142d02162039a4c401844d25c Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Wed, 3 Jun 2026 11:39:49 +0800 Subject: [PATCH] fix: adjust AI chat narrow-layout breakpoint to 678px --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 1ad7a068b0e..e7ab516c368 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -266,7 +266,7 @@ const isMobile = computed(() => { return common.isMobile() || mode === 'embed' || mode === 'mobile' }) -const isNarrow = computed(() => rootWidth.value > 0 && rootWidth.value < 1040) +const isNarrow = computed(() => rootWidth.value > 0 && rootWidth.value < 678) const maxExposed = computed(() => (isNarrow.value ? 1 : 3)) const inlineExposedFields = computed(() =>