refactor: [vxe table v4.12.5] 参数 "row-config.height" 已废弃,请使用 "cell-config.height"
This commit is contained in:
parent
e1aa1f7636
commit
29c062a4a8
@ -83,9 +83,11 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
cellConfig: {
|
||||||
|
height: 65,
|
||||||
|
},
|
||||||
rowConfig: {
|
rowConfig: {
|
||||||
keyField: 'ossId',
|
keyField: 'ossId',
|
||||||
height: 65,
|
|
||||||
},
|
},
|
||||||
sortConfig: {
|
sortConfig: {
|
||||||
// 远程排序
|
// 远程排序
|
||||||
|
@ -113,9 +113,11 @@ const gridOptions: VxeGridProps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
cellConfig: {
|
||||||
|
height: 48,
|
||||||
|
},
|
||||||
rowConfig: {
|
rowConfig: {
|
||||||
keyField: 'userId',
|
keyField: 'userId',
|
||||||
height: 48,
|
|
||||||
},
|
},
|
||||||
id: 'system-user-index',
|
id: 'system-user-index',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user