Skip to content

Commit

Permalink
chore(form): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soul committed Aug 13, 2024
1 parent e6cd3f2 commit 27acc7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/form/src/layouts/QueryFilter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ function QueryFilter<T = Record<string, any>>(props: QueryFilterProps<T>) {
if(defaultFormItemsNumber !== undefined) {
return defaultFormItemsNumber
}
// 查询重置按钮也会占一个spanSize格子,需要减掉计算
if (defaultColsNumber !== undefined) {
// 折叠为一行,需要处理多行的情况请使用 defaultFormItemsNumber
const oneRowControlsNumber = 24 / spanSize.span - 1;
Expand Down

0 comments on commit 27acc7b

Please sign in to comment.