From 54cb3b96d3731a1467801823a98b4d59ea8ea36c Mon Sep 17 00:00:00 2001 From: ztplz Date: Wed, 14 Nov 2018 23:44:38 +0800 Subject: [PATCH] Fix #13132 (#13143) --- components/badge/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/badge/style/index.less b/components/badge/style/index.less index 59938e650d..78616faa5f 100644 --- a/components/badge/style/index.less +++ b/components/badge/style/index.less @@ -25,6 +25,7 @@ font-weight: @badge-font-weight; white-space: nowrap; box-shadow: 0 0 0 1px #fff; + z-index: 10; a, a:hover { color: #fff;