From fb1e1cc8fc40fb0f559290a900f94342b64b185d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 27 May 2016 21:12:13 +0800 Subject: [PATCH] Make spined element not handlable --- components/spin/style/index.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 5d84a9eb30..473497ed93 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -48,7 +48,16 @@ -webkit-filter: blur(1px); filter: blur(1px); filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; /* IE6~IE9 */ - pointer-events: none; + position: relative; + &:after { + content: ''; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + background: transparent; + } } // tip