From d6695b36f8fad1a1f8d2284ec99f6ec874f32e83 Mon Sep 17 00:00:00 2001 From: Sight <1453017105@qq.com> Date: Fri, 21 Jan 2022 07:31:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(components):[confirm]=E6=8B=96=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E5=87=BA=E7=8E=B0=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/index.ts b/src/tools/index.ts index d835bae..4e6fcfc 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -99,7 +99,7 @@ export function calculateType(modalType: number | string) { export function calculateContent(height: any, btn: any, type: any) { if (btn && btn.length > 0 || type === 0) { if (type === 0) { - return "calc(" + height + " - 142px)"; + return "calc(" + height + " - 137px)"; } if (type === 1) { return "calc(" + height + " - 102px)"; -- Gitee