fix(Input): fix Search allowClear border missing in Compact mode (#56105)

Co-authored-by: 遇见同学 <1875694521@qq.com>
This commit is contained in:
余晖
2025-12-12 10:49:13 +08:00
committed by GitHub
parent bd149e4574
commit 122707938c

View File

@@ -667,7 +667,10 @@ export default genStyleHooks(
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(inputToken),
genCompactItemStyle(inputToken, {
focus: true,
focusElCls: `${inputToken.componentCls}-affix-wrapper-focused`,
}),
];
},
initComponentToken,