From afe0252f1b188d3404ab693ba81bdafc5c44421b Mon Sep 17 00:00:00 2001 From: sallerli1 Date: Wed, 22 Feb 2023 11:31:39 +0800 Subject: [PATCH] fix(comp:spin): spin container blured opacity should be 0.3 --- packages/components/spin/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/spin/style/index.less b/packages/components/spin/style/index.less index 987c88d9a..595fe42c2 100644 --- a/packages/components/spin/style/index.less +++ b/packages/components/spin/style/index.less @@ -81,7 +81,7 @@ transition: opacity @transition-duration-base; &-blur { - opacity: 0.7; + opacity: 0.3; user-select: none; clear: both; overflow: hidden;