Browse Source

fix: TreeSelect selected item not fit dropdown width (#43413)

Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com>
pull/43439/head
ZhuoYang Wu(阿离) 1 year ago
committed by GitHub
parent
commit
7d9429ba75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tree-select/style/index.ts

2
components/tree-select/style/index.ts

@ -30,7 +30,7 @@ const genBaseStyle: GenerateStyle<TreeSelectToken> = (token) => {
{
[treeCls]: {
borderRadius: 0,
'&-list-holder-inner': {
[`${treeCls}-list-holder-inner`]: {
alignItems: 'stretch',
[`${treeCls}-treenode`]: {

Loading…
Cancel
Save