Skip to content

Commit

Permalink
fix: Switch loading icon error position (#32216)
Browse files Browse the repository at this point in the history
* fix: Switch loading icon error position

* Update index.less
  • Loading branch information
xrkffgg authored Sep 18, 2021
1 parent 33163ca commit 8467fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/switch/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

// ======================== Loading =========================
&-loading-icon {
&-loading-icon.@{iconfont-css-prefix} {
position: relative;
top: ((@switch-pin-size - @font-size-base) / 2);
color: rgba(0, 0, 0, 0.65);
Expand Down

0 comments on commit 8467fdc

Please sign in to comment.