Skip to content

Commit

Permalink
fix: Not show spining mask in ie <= 10 #504
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxueliang committed Mar 22, 2019
1 parent 4c92b78 commit 4410f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/spin/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
opacity: 0;
pointer-events: none;
transition: all 0.3s;
display: ~'none \9';
height: 100%;
width: 100%;
z-index: 10;
Expand Down

0 comments on commit 4410f77

Please sign in to comment.