@@ -3,13 +3,13 @@
pointer-events: none;
transition: all .5s;
position: fixed;
- z-index: 9999;
+ z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, .6);
- // background-color: transparent;
+ // background-color: rgba(0, 0, 0, .6);
+ background-color: transparent;
:global{
.ant-spin-spinning{
position: absolute;
@@ -1,9 +1,10 @@
.SpinLoding {
+ position: relative;
+ z-index: 9999;
+ background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
- background-color: transparent;
- // background-color: rgba(255, 255, 255, .4);
}