From 64ecf4731024bc984a7e20b46238e830e2e5a9d8 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 14 Jan 2026 21:41:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor(authentication):=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20SpaceCompact=20=E9=87=8D=E6=9E=84=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除自定义的输入框圆角样式,改用 SpaceCompact 组件实现更一致的布局 --- .../_core/authentication/input-captcha.vue | 43 ++++++++----------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/apps/web-antd/src/views/_core/authentication/input-captcha.vue b/apps/web-antd/src/views/_core/authentication/input-captcha.vue index e119e21b..4872d4d8 100644 --- a/apps/web-antd/src/views/_core/authentication/input-captcha.vue +++ b/apps/web-antd/src/views/_core/authentication/input-captcha.vue @@ -1,5 +1,5 @@