feat: form compact mode support (#5165)

This commit is contained in:
Netfan
2024-12-17 20:51:17 +08:00
committed by GitHub
parent 181e38733c
commit b22d900e27
5 changed files with 26 additions and 4 deletions

View File

@@ -357,6 +357,13 @@ export interface FormCommonConfig {
* 所有表单项的props
*/
componentProps?: ComponentProps;
/**
* 是否紧凑模式(移除表单底部为显示校验错误信息所预留的空间)。
* 在有设置校验规则的场景下建议不要将其设置为true
* 默认为false。但用作表格的搜索表单时默认为true
* @default false
*/
compact?: boolean;
/**
* 所有表单项的控件样式
*/