From e5e98e5776708f63082dea587cd74a9d7c0d9b8e Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 6 Aug 2022 17:16:11 +0800 Subject: [PATCH] feat: add tooltip-border-radius --- components/tooltip/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tooltip/style/index.less b/components/tooltip/style/index.less index b24c2f767..189ca698c 100644 --- a/components/tooltip/style/index.less +++ b/components/tooltip/style/index.less @@ -65,7 +65,7 @@ text-decoration: none; word-wrap: break-word; background-color: @tooltip-bg; - border-radius: @border-radius-base; + border-radius: @tooltip-border-radius; box-shadow: @box-shadow-base; }