fix: Select and AutoComplete notFoundContent style missing (#47192)

This commit is contained in:
afc163 2024-01-27 23:02:48 +08:00 committed by GitHub
parent c9d53f7a99
commit 57d8ae8fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,6 +155,11 @@ const genSingleStyle: GenerateStyle<SelectToken> = (token) => {
paddingInlineStart: token.calc(token.controlPaddingHorizontal).mul(2).equal(),
},
},
'&-empty': {
...genItemStyle(token),
color: token.colorTextDisabled,
},
},
// =========================== RTL ===========================