From 7fca7b41a541cc05c24ef7520978b255c07de17b Mon Sep 17 00:00:00 2001 From: Bingjin Mao Date: Fri, 12 Dec 2025 17:50:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96):=20?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/login/login.vue b/pages/login/login.vue index 13aa446..28b29ef 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -175,6 +175,7 @@ const handleSubmit = async () => { .input { width: 100%; height: 88rpx; + box-sizing: border-box; background: #fff; border-radius: 12rpx; padding: 0 30rpx;