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

master
dap 10 months ago
parent ebb4738be7
commit 9003df713c

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

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

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

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

Loading…
Cancel
Save