From ed070c94adea8c09ab1127b7b6f5513abccd8f73 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 7 Jul 2017 16:34:47 +0800 Subject: [PATCH] Fix spin blur z-index, close #6759 --- 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 846df54050..73cf2a8d4b 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -101,6 +101,7 @@ background: #fff; opacity: 0.3; transition: all .3s; + z-index: 10; } }