feat(web): 优化流程界面显示

This commit is contained in:
2025-06-23 23:55:31 +08:00
parent dc55605c99
commit 53638a8a6d
6 changed files with 61 additions and 15 deletions

View File

@@ -274,6 +274,15 @@ export function serviceLogByAppNameAndHost(name: string, host: string) {
)
}
export function horizontalFormOptions() {
return {
mode: 'horizontal',
horizontal: {
leftFixed: 'sm'
},
}
}
export function crudCommonOptions() {
return {
affixHeader: false,