feat: search form
This commit is contained in:
@@ -1,19 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Card } from 'ant-design-vue';
|
||||
|
||||
import DictDataPanel from './data/index.vue';
|
||||
import DictTypePanel from './type/index.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page content-class="flex flex-col gap-[16px] lg:flex-row">
|
||||
<Card class="w-full">
|
||||
<DictTypePanel />
|
||||
</Card>
|
||||
<Card class="w-full">
|
||||
<DictDataPanel />
|
||||
</Card>
|
||||
<DictTypePanel class="flex-1" />
|
||||
<DictDataPanel class="flex-1" />
|
||||
</Page>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user