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