From 1adad3d837c352e4f47a372634695c2f29fe5f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Fri, 4 Jul 2025 22:20:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 2ae78f8..58fea4c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -143,8 +143,7 @@ const loginHandle = async () => { :loading="loading" button-text="登录" type="primary" - height="5vh" - min-height="5vh" + padding="10px" width="30vw" @click="loginHandle" />