From ca30f95e67e5288cc744690de0bc67f4bb7be988 Mon Sep 17 00:00:00 2001 From: ali-pay Date: Wed, 17 Dec 2025 11:20:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E4=B8=8D=E5=B1=85=E4=B8=AD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/account/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/components/account/index.vue b/src/views/login/components/account/index.vue index 396a571..1e9b47c 100644 --- a/src/views/login/components/account/index.vue +++ b/src/views/login/components/account/index.vue @@ -197,7 +197,7 @@ onMounted(() => { .captcha-container { position: relative; - display: inline-block; + display: flex; cursor: pointer; }