fix: Cascader notFoundContent should be interactive (#40067)

close #40059
This commit is contained in:
afc163 2023-01-06 16:46:49 +08:00 committed by GitHub
parent de2a373d5f
commit 5f89ea4e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,6 @@ const genBaseStyle: GenerateStyle<CascaderToken> = (token) => {
[cascaderMenuItemCls]: {
color: token.colorTextDisabled,
cursor: 'default',
pointerEvents: 'none',
},
},
},