From 8467fdc135b7ea7c5820083bdc96f8bdde0f6fc8 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Sat, 18 Sep 2021 16:18:08 +0800 Subject: [PATCH] fix: Switch loading icon error position (#32216) * fix: Switch loading icon error position * Update index.less --- components/switch/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/switch/style/index.less b/components/switch/style/index.less index d4d56bc02b..7b456eb257 100644 --- a/components/switch/style/index.less +++ b/components/switch/style/index.less @@ -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);