From 47e31b127df7e1001952dddd69ee4bcfe93f3683 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 23 Aug 2024 10:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A5=E8=A1=A5=E7=BB=84=E4=BB=B6=E5=AF=B9?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=AE=BD=E5=BA=A6=E7=9A=84=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E5=BC=8F=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/ai/AiCopilot.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/packages/ai/AiCopilot.vue b/ui/packages/ai/AiCopilot.vue index 91c665df..06aeebc6 100644 --- a/ui/packages/ai/AiCopilot.vue +++ b/ui/packages/ai/AiCopilot.vue @@ -143,6 +143,10 @@ export default { }, loading(v) { !v && this.$nextTick(() => this.$refs.sendInput.focus()) + }, + dialogWidth(v) { + const dom = this.$el.querySelector(".vdr") + dom.style.minWidth = `${v}px` } }, created() {