loading效果居中显示
xuexi 2024-06-05 11:26:56 发表在:VUE 查看数:951
<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-06 01:05:28
知识库:353条鸣谢:TAY  备案号:蜀ICP备2024090044号-2