// 通用表单配置 export const proFormCommonOptions: Record<string,any> = { } // normal 804 export const proFormModelWidth: number = 804; export const proFormItemStyleProps: Record<string, any> = { width: proFormModelWidth - 30, }; // max 968 export const proFormMaxModelWidth: number = 968; export const proFormMaxItemStyleProps: Record<string, any> = { width: proFormMaxModelWidth - 30, };