mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-30 19:36:29 +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(),
|
paddingInlineStart: token.calc(token.controlPaddingHorizontal).mul(2).equal(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'&-empty': {
|
||||||
|
...genItemStyle(token),
|
||||||
|
color: token.colorTextDisabled,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// =========================== RTL ===========================
|
// =========================== RTL ===========================
|
||||||
|
Loading…
Reference in New Issue
Block a user