2025-07-18 18:17:36 +08:00

14 lines
300 B
Vue

<template>
<a-row :gutter="8" :wrap="false">
<a-col flex="auto">
<a-card type="flex">
</a-card>
</a-col>
</a-row>
</template>
<script setup>
import { message, Modal } from 'ant-design-vue'
import { ref } from 'vue'
</script>