Appearance
<template> <q-shrink-card > 123123 </q-shrink-card> </template> <script lang="ts" setup> import {QShrinkCard} from '@qmfront/vue3-antd-ui'; </script> <style lang="scss" scoped> </style>
同 a-card 一致