Merge branch 'main' into feat/add-vben-modal-animation

This commit is contained in:
panda7
2025-07-18 00:38:54 +08:00
committed by GitHub
3 changed files with 21 additions and 5 deletions

View File

@@ -395,7 +395,7 @@ export interface FormCommonConfig {
* 所有表单项的栅格布局
* @default ""
*/
formItemClass?: string;
formItemClass?: (() => string) | string;
/**
* 隐藏所有表单项label
* @default false