Skip to content

Commit

Permalink
Merge pull request #1476 from leshalv/patch-1
Browse files Browse the repository at this point in the history
添加类型 fieldCol
  • Loading branch information
lhbxs authored Feb 19, 2024
2 parents 2e55bf9 + b154dcb commit f692511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form-render/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export interface FRProps extends Omit<AntdFormProps, 'form'> {
* label 标签的文本对齐方式
*/
labelAlign?: 'right' | 'left';
fieldCol?: number | ColProps;
/**
* 只读模式
*/
Expand Down

0 comments on commit f692511

Please sign in to comment.