chore: 固定高度
This commit is contained in:
parent
71d005bd48
commit
86950953ff
@ -33,6 +33,10 @@ const gridOptions: VxeGridProps = {
|
|||||||
proxyConfig: {
|
proxyConfig: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
height: 'auto',
|
||||||
|
pagerConfig: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
data: genInfoData.value.columns,
|
data: genInfoData.value.columns,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -85,7 +89,7 @@ async function handleSubmit() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-[16px] p-[12px]">
|
<div class="flex h-[calc(100vh-165px)] flex-col gap-[16px] p-[12px]">
|
||||||
<BasicTable />
|
<BasicTable />
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<Space>
|
<Space>
|
||||||
|
Loading…
Reference in New Issue
Block a user