mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
style:添加loading
This commit is contained in:
@@ -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>
|
||||
|
||||
<!-- 编辑路径弹窗 -->
|
||||
|
||||
Reference in New Issue
Block a user