Skip to content

Commit

Permalink
Fix spin overflow, close #2652
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 12, 2016
1 parent 8d439c4 commit 7bbb26d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/spin/style/index.less
Expand Up @@ -9,19 +9,18 @@

.@{spin-prefix-cls} {
color: @primary-color;
display: inline-block;
vertical-align: middle;
text-align: center;
opacity: 0;
position: absolute;
visibility: hidden;
transition: transform 0.3s @ease-in-out-circ;
font-size: @font-size-base;
display: none;

&-spinning {
opacity: 1;
position: static;
visibility: visible;
display: inline-block;
}

&-nested-loading {
Expand Down

0 comments on commit 7bbb26d

Please sign in to comment.