From 5c136e0286c86c2773020c1c30c0058b35ce4d77 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 21 May 2022 17:40:52 +0800 Subject: [PATCH] style: tag --- components/tag/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tag/style/index.less b/components/tag/style/index.less index ec220bbd2..f65fd369d 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -15,7 +15,7 @@ white-space: nowrap; background: @tag-default-bg; border: @border-width-base @border-style-base @border-color-base; - border-radius: @border-radius-base; + border-radius: @tag-border-radius; opacity: 1; transition: all 0.3s;