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 5105b38 commit e6cd3f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/form/src/layouts/QueryFilter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ function QueryFilter<T = Record<string, any>>(props: QueryFilterProps<T>) {
return Math.max(1, 24 / spanSize.span - 1);
}, [defaultColsNumber, defaultFormItemsNumber, spanSize.span]);

console.log({spanSize})

/** 计算最大宽度防止溢出换行 */
const formItemFixStyle: FormItemProps<any> | undefined = useMemo(() => {
if (labelWidth && spanSize.layout !== 'vertical' && labelWidth !== 'auto') {
Expand Down

0 comments on commit e6cd3f2

Please sign in to comment.