Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhn
2022-06-10 11:35:10 +08:00
+4 -4
View File
@@ -1,5 +1,5 @@
<template>
<div class="loading-box" :style="style" v-if="loading">
<div class="loading-box-index" :style="style" v-if="loading">
<div class="loading-content">
<a-icon class="loading" type="loading"/>
<div class="loading-tips">
@@ -54,11 +54,11 @@
</script>
<style lang="less">
.loading-box {
position: absolute;
.loading-box-index {
position: fixed;
top: 0;
left: 0;
z-index: 111999!important;
z-index: 111999;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);