fix: vxe新版需要单独设置headerCellConfig

This commit is contained in:
dap
2025-04-08 21:04:01 +08:00
parent ebb4738be7
commit 9003df713c
4 changed files with 12 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ const gridOptions: VxeGridProps = {
},
},
},
headerCellConfig: {
height: 44,
},
cellConfig: {
height: 66,
},