chore: 代码生成样式
This commit is contained in:
parent
06e56338d8
commit
10b6fd26dc
@ -33,6 +33,11 @@ const gridOptions: VxeGridProps = {
|
|||||||
proxyConfig: {
|
proxyConfig: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
toolbarConfig: {
|
||||||
|
refresh: false,
|
||||||
|
zoom: false,
|
||||||
|
custom: false,
|
||||||
|
},
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
pagerConfig: {
|
pagerConfig: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
@ -89,8 +94,10 @@ async function handleSubmit() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex h-[calc(100vh-165px)] flex-col gap-[16px] p-[12px]">
|
<div class="flex flex-col gap-[16px] p-[12px]">
|
||||||
<BasicTable />
|
<div class="h-[calc(100vh-235px)] overflow-y-hidden">
|
||||||
|
<BasicTable />
|
||||||
|
</div>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<Space>
|
<Space>
|
||||||
<a-button @click="toCurrentStep(0)">上一步</a-button>
|
<a-button @click="toCurrentStep(0)">上一步</a-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user