chore: oauth table height
This commit is contained in:
parent
16622e62de
commit
06e56338d8
@ -75,11 +75,16 @@ const gridOptions: VxeGridProps = {
|
|||||||
title: '操作',
|
title: '操作',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
height: 'auto',
|
height: 220,
|
||||||
keepSource: true,
|
keepSource: true,
|
||||||
pagerConfig: {
|
pagerConfig: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
toolbarConfig: {
|
||||||
|
custom: false,
|
||||||
|
zoom: false,
|
||||||
|
refresh: false,
|
||||||
|
},
|
||||||
proxyConfig: {
|
proxyConfig: {
|
||||||
ajax: {
|
ajax: {
|
||||||
query: async () => {
|
query: async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user