diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 828803ea884d..97075f7e0c93 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -74,11 +74,11 @@ &-container { position: relative; .clearfix; - pointer-events: none; - user-select: none; } &-blur { + pointer-events: none; + user-select: none; overflow: hidden; opacity: 0.7; -webkit-filter: blur(0.5px);