Skip to content

Commit

Permalink
revert and fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Feb 26, 2019
1 parent bf0cb26 commit d5a8a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/spin/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
&-nested-loading {
position: relative;
> div > .@{spin-prefix-cls} {
position: absolute;
top: 0;
left: 0;
z-index: 4;
display: block;
width: 100%;
Expand All @@ -32,14 +35,11 @@
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
margin: -@spin-dot-size / 2;
}
.@{spin-prefix-cls}-text {
z-index: 5;
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding-top: (@spin-dot-size - @font-size-base) / 2 + 2px;
text-shadow: 0 1px 2px @shadow-color-inverse;
Expand Down

0 comments on commit d5a8a3a

Please sign in to comment.