新增loading图

This commit is contained in:
liaozetao
2024-01-23 15:33:40 +08:00
parent 1cb752be00
commit 0c17ceffce

View File

@@ -99,7 +99,7 @@
</div>
<div class="modal fade loading" style="background: #00000040;" tabindex="-1" role="dialog"
aria-labelledby="loadingModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
<div class="loadingGif" style="position: fixed;"><img :src="loading"></div>
<div class="loadingGif" style="position: fixed;"><img src="https://img.zcool.cn/community/0111345d94b0b8a801211d53cbd04d.gif"></div>
</div>
</template>