From 6d6459d0e6446d3494f0855d3d1c8c5389eaedc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 30 Jun 2023 15:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/index.module.scss b/src/pages/login/index.module.scss index 12d36e4..18488c9 100644 --- a/src/pages/login/index.module.scss +++ b/src/pages/login/index.module.scss @@ -72,7 +72,7 @@ .captcha-button { width: 125px; height: 54px; - border-radius: 4px; + border-radius: 8px; overflow: hidden; margin-left: 10px; .catpcha-loading-box { @@ -85,7 +85,7 @@ .captcha { width: 125px; height: 54px; - border-radius: 4px; + border-radius: 8px; } } }