fix:修改发布学员人数

This commit is contained in:
lixg
2022-12-19 20:45:23 +08:00
parent 27f17155a9
commit d8e0b3c1b5
7 changed files with 894 additions and 857 deletions

View File

@@ -174,7 +174,11 @@
<!--操作弹窗 -->
</div>
<!-- 加载动画 -->
<div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
<div
class="aeLoading"
style="z-index: 100"
:style="{ display: addLoading ? 'flex' : 'none' }"
>
<a-spin :spinning="addLoading" tip="" />
</div>
</template>