index.vue 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <template> <div :style="{ display: 'flex' }"> <a-card :style="{ width: '360px' }" title="首页"> 基础报表 </a-card> </div> </template> <script setup lang="ts"> </script> <style scoped></style>