Skip to content

Commit

Permalink
fix(loading): fix loading autocenter not align (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hon authored May 12, 2021
1 parent c065b4f commit 32728d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/loading/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@
}

&-ring {
position: absolute;
top: 45%;
left: 50%;
margin-left: -14px;
animation: container-rotate @container-rotate-timing linear infinite;
&-line {
position: absolute;
Expand Down

1 comment on commit 32728d5

@vercel
Copy link

@vercel vercel bot commented on 32728d5 May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.