From e912e4502ce53e2d0fd891948a4b8e677933cdd5 Mon Sep 17 00:00:00 2001 From: renxiaodong <1344903914@qq.com> Date: Sun, 7 Sep 2025 17:12:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/components/ant-input.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/components/ant-input.scss b/src/styles/components/ant-input.scss index eb68970..aee10b0 100644 --- a/src/styles/components/ant-input.scss +++ b/src/styles/components/ant-input.scss @@ -8,6 +8,9 @@ } .ant-input-affix-wrapper { @include box; + &.ant-input-affix-wrapper-disabled { + background-color: var(--BG-200, #f2f3f5) !important; + } } .ant-input, .ant-input-password {