refactor: [vxe table v4.12.5] 参数 "row-config.height" 已废弃,请使用 "cell-config.height"

This commit is contained in:
dap 2025-04-05 14:41:20 +08:00
parent e1aa1f7636
commit 29c062a4a8
2 changed files with 6 additions and 2 deletions

View File

@ -83,9 +83,11 @@ const gridOptions: VxeGridProps = {
},
},
},
cellConfig: {
height: 65,
},
rowConfig: {
keyField: 'ossId',
height: 65,
},
sortConfig: {
//

View File

@ -113,9 +113,11 @@ const gridOptions: VxeGridProps = {
},
},
},
cellConfig: {
height: 48,
},
rowConfig: {
keyField: 'userId',
height: 48,
},
id: 'system-user-index',
};