From ca945e15ea3b1b4004a1a69acccbbb190e8711f8 Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Thu, 4 Jun 2026 10:13:39 +0800 Subject: [PATCH] fix: align user input dialog left edge with trigger button --- ui/src/components/ai-chat/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 8d31f182892..e1d0d4be9fd 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -52,10 +52,12 @@ virtual-triggering trigger="manual" placement="top-start" - :offset="0" :width="400" :show-arrow="false" popper-class="bare-popper" + :popper-options="{ + modifiers: [{ name: 'offset', options: { offset: [-24, -8] } }], + }" :popper-style="{ background: 'transparent', border: 'none',