fix: vxe新版需要单独设置headerCellConfig
This commit is contained in:
parent
ebb4738be7
commit
9003df713c
@ -83,6 +83,9 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
headerCellConfig: {
|
||||||
|
height: 44,
|
||||||
|
},
|
||||||
cellConfig: {
|
cellConfig: {
|
||||||
height: 65,
|
height: 65,
|
||||||
},
|
},
|
||||||
|
@ -113,6 +113,9 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
headerCellConfig: {
|
||||||
|
height: 44,
|
||||||
|
},
|
||||||
cellConfig: {
|
cellConfig: {
|
||||||
height: 48,
|
height: 48,
|
||||||
},
|
},
|
||||||
|
@ -93,6 +93,9 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
headerCellConfig: {
|
||||||
|
height: 44,
|
||||||
|
},
|
||||||
cellConfig: {
|
cellConfig: {
|
||||||
height: 100,
|
height: 100,
|
||||||
},
|
},
|
||||||
|
@ -103,6 +103,9 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
headerCellConfig: {
|
||||||
|
height: 44,
|
||||||
|
},
|
||||||
cellConfig: {
|
cellConfig: {
|
||||||
height: 66,
|
height: 66,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user