Skip to content

Commit

Permalink
chore(check-tree-select): 调整下拉选项高度
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Sep 21, 2023
1 parent 2dd977a commit 3acef9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/check-tree-select/src/CheckTreeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export const CheckTreeSelect = forwardRef<HTMLDivElement | null, CheckTreeSelect
{isArrayNonEmpty(treeProps.data) ? (
// 只做渲染,不做逻辑处理(比如搜索过滤后,check操作的是对过滤后的data操作,这是不符合预期的)
<Tree
size={'md'}
className={`${prefixCls}__tree`}
selectable={false}
checkable
Expand Down

0 comments on commit 3acef9f

Please sign in to comment.