Skip to content

Commit

Permalink
chore(tree-select): 调整下拉选项高度
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Sep 21, 2023
1 parent 556049d commit 384a6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/tree-select/src/TreeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export const TreeSelect = forwardRef<HTMLDivElement | null, TreeSelectProps>(
>
{isArrayNonEmpty(treeProps.data) ? (
<Tree
size={'md'}
className={`${prefixCls}__tree`}
selectable
selectedId={value}
Expand Down

0 comments on commit 384a6df

Please sign in to comment.