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

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

View File

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

View File

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

View File

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