From c161827d113acac48377ea06e55d580b7d1d7db5 Mon Sep 17 00:00:00 2001 From: yuyang Date: Thu, 30 Mar 2023 09:57:12 +0800 Subject: [PATCH] chore: loading conic background backup (#1230) --- style/web/components/loading/_index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/web/components/loading/_index.less b/style/web/components/loading/_index.less index 2d8066bfa3..16d4368291 100644 --- a/style/web/components/loading/_index.less +++ b/style/web/components/loading/_index.less @@ -101,6 +101,8 @@ width: 100%; height: 100%; border-radius: @border-radius-circle; + /* stylelint-disable-next-line color-no-hex */ + background: conic-gradient(from 90deg at 50% 50%, #fff 0deg, currentcolor 360deg); /* stylelint-disable-next-line */ -webkit-mask: radial-gradient(transparent calc(50% ~"-" .5px), #fff 50%);