parent
32ec0e88de
commit
fa3273d247
|
After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 325 KiB |
@ -0,0 +1,30 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
import { Page } from '@vben/common-ui';
|
||||
import {VbenIcon} from '@vben/icons';
|
||||
|
||||
import { Card, Flex } from 'ant-design-vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page :auto-content-height="true">
|
||||
<Flex justify="space-between" align="flex-start">
|
||||
<Card class="w-full">
|
||||
<Flex justify="space-between" align="center">
|
||||
<span> hhh </span>
|
||||
<VbenIcon icon="solar:home-broken" class="size-8 flex-shrink-0" />
|
||||
</Flex>
|
||||
</Card>
|
||||
<Card class="w-full">
|
||||
<p>card content</p>
|
||||
</Card>
|
||||
<Card class="w-full">
|
||||
<p>card content</p>
|
||||
</Card>
|
||||
<Card class="w-full">
|
||||
<p>card content</p>
|
||||
</Card>
|
||||
</Flex>
|
||||
</Page>
|
||||
</template>
|
||||
Loading…
Reference in new issue