From ecc384e8b683ac7685a88a9e54d4d5c8068514f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 18 May 2023 16:54:57 +0800 Subject: [PATCH] chore: follow up of tooltip style (#42466) --- components/tooltip/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tooltip/style/index.ts b/components/tooltip/style/index.ts index 3c20c8e238..86a554ed49 100644 --- a/components/tooltip/style/index.ts +++ b/components/tooltip/style/index.ts @@ -62,6 +62,7 @@ const genTooltipStyle: GenerateStyle = (token) => { backgroundColor: tooltipBg, borderRadius: tooltipBorderRadius, boxShadow: boxShadowSecondary, + boxSizing: 'border-box', }, // Limit left and right placement radius