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

This commit is contained in:
dap
2025-04-08 13:29:06 +08:00
parent ae6bf6ee53
commit 5b9f647cfd
2 changed files with 8 additions and 4 deletions

View File

@@ -93,9 +93,11 @@ const gridOptions: VxeGridProps = {
},
},
},
cellConfig: {
height: 100,
},
rowConfig: {
keyField: 'id',
height: 100,
},
id: 'workflow-definition-index',
};