style:添加loading

This commit is contained in:
lixg
2022-11-07 18:05:48 +08:00
parent 2f093f96c7
commit 536321fb76
5 changed files with 68 additions and 37 deletions

View File

@@ -226,23 +226,25 @@
<button class="samtn btn2" @click="createLearnPath">确定</button>
</div>
</div>
</div>
<!-- <div
<div
style="
width: 300px;
height: 200px;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background:pink;
flex-shrink: 0;
position:absolute,
position:absolute;
z-index: 100;
left:0;
top:0;
"
v-if="true"
>
<a-spin :spinning="true" />
</div> -->
</div>
</div>
</a-modal>
<!-- 编辑路径弹窗 -->