loading效果居中显示
<template>
<div class="loading">
<a-spin tip="Loading..."></a-spin>
</div>
</template>
<style scoped>
.loading {
display: flex;
justify-content: center;
align-items: center;
height: 50vh;
}
</style>
最近访问时间:2025-06-05 17:08:00