Skip to content

Commit

Permalink
chore(dropdown): 调整格式
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Jul 11, 2024
1 parent 04c4c98 commit 35e916e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/dropdown/src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const DropdownMenu = forwardRef<HTMLUListElement | null, DropdownMenuProps>(
ref
) => {
const cls = cx(prefixCls, className, `${prefixCls}--size-${size}`)

return (
<Popper {...(overlay as PopperProps)}>
<ul ref={ref} className={cls} {...rest}>
Expand Down

0 comments on commit 35e916e

Please sign in to comment.