fix: Not show spining mask in ie <= 10 #504

pull/627/head
wangxueliang 2019-03-22 14:37:50 +08:00
parent 4c92b78b1f
commit 4410f770f0
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
opacity: 0;
pointer-events: none;
transition: all 0.3s;
display: ~'none \9';
height: 100%;
width: 100%;
z-index: 10;