From d57705c67e2762b0ce8195ab0ed1d86abe564e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= <chenjiahan@youzan.com> Date: Thu, 16 Jan 2020 20:52:42 +0800 Subject: [PATCH] chore(Tag): add close icon cursor --- src/tag/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tag/index.less b/src/tag/index.less index d745b518e..6d3dbaf42 100644 --- a/src/tag/index.less +++ b/src/tag/index.less @@ -85,5 +85,6 @@ &__close { min-width: 1em; margin-left: 2px; + cursor: pointer; } }