mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix: Select and AutoComplete notFoundContent style missing (#47192)
This commit is contained in:
parent
c9d53f7a99
commit
57d8ae8fce
@ -155,6 +155,11 @@ const genSingleStyle: GenerateStyle<SelectToken> = (token) => {
|
||||
paddingInlineStart: token.calc(token.controlPaddingHorizontal).mul(2).equal(),
|
||||
},
|
||||
},
|
||||
|
||||
'&-empty': {
|
||||
...genItemStyle(token),
|
||||
color: token.colorTextDisabled,
|
||||
},
|
||||
},
|
||||
|
||||
// =========================== RTL ===========================
|
||||
|
Loading…
Reference in New Issue
Block a user