Skip to content

Commit

Permalink
feat: 设置筛选list高度最大值 --story=118811186
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasikeai committed Sep 25, 2024
1 parent fd1f4e7 commit f436f4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@
// eslint-disable-next-line no-param-reassign
item.filter = {
list: lists,
height: lists.length > 15 ? 480 : lists.length * 32,
height: lists.length * 32,
maxHeight: 192,
};
}
return item;
Expand Down

0 comments on commit f436f4a

Please sign in to comment.