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