From 8fa937b3e99df7446c8661142e4e687fa02027cc Mon Sep 17 00:00:00 2001 From: Kyrie Lin Date: Tue, 22 Aug 2023 14:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dpopconfirm=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98=20(#1573)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/web/components/popconfirm/_var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/web/components/popconfirm/_var.less b/style/web/components/popconfirm/_var.less index 49a08aedc4..d9db943942 100644 --- a/style/web/components/popconfirm/_var.less +++ b/style/web/components/popconfirm/_var.less @@ -45,7 +45,7 @@ // 间距 @popconfirm-icon-margin-right: @comp-margin-s; -@popconfirm-icon-padding: calc((@text-line-height-base - @popconfirm-icon-size) / 2) 0; +@popconfirm-icon-padding: calc(calc(@text-line-height-base - @popconfirm-icon-size) / 2) 0; @popconfirm-confirm-margin-right: @comp-margin-s; // 尺寸