From 4410f770f08d6b96a405025971a84dfcc1045838 Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Fri, 22 Mar 2019 14:37:50 +0800 Subject: [PATCH] fix: Not show spining mask in ie <= 10 #504 --- components/spin/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 8e3137c5d1..b5ee135aa3 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -87,6 +87,7 @@ opacity: 0; pointer-events: none; transition: all 0.3s; + display: ~'none \9'; height: 100%; width: 100%; z-index: 10;