Skip to content

Commit

Permalink
fix spin loading
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 26, 2018
1 parent b1c41c6 commit 4b1857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/spin/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
&-container {
position: relative;
.clearfix;
pointer-events: none;
user-select: none;
}

&-blur {
pointer-events: none;
user-select: none;
overflow: hidden;
opacity: 0.7;
-webkit-filter: blur(0.5px);
Expand Down

0 comments on commit 4b1857d

Please sign in to comment.