From 97cfd60346d85350cea1112a210af2ad8353c83a Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 17 Oct 2024 16:21:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BE=93=E5=85=A5=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/embed/index.vue | 1 + ui/src/views/chat/pc/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/chat/embed/index.vue b/ui/src/views/chat/embed/index.vue index 5a6353ee3f6..8b9a76db9ab 100644 --- a/ui/src/views/chat/embed/index.vue +++ b/ui/src/views/chat/embed/index.vue @@ -8,6 +8,7 @@ :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false" + align-center center :modal="true" > diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index a45b3ffcf5e..a6b1e86b14f 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -8,6 +8,7 @@ :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false" + align-center center :modal="true" > @@ -203,7 +204,6 @@ const rules = reactive({ password: [{ required: true, validator: validateName, trigger: 'blur' }] }) - const submitHandle = async (formEl: FormInstance | undefined) => { if (!formEl) return await formEl.validate((valid) => {