From d3d004b8356aef9103e31d4e732f675b0db4e59c Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Wed, 13 Aug 2025 10:13:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=A0=BC=E5=BC=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E5=80=BC=E7=9A=84=E6=8B=BC=E6=8E=A5=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/layer/src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/layer/src/utils/index.ts b/package/layer/src/utils/index.ts index 44dbd832..20ff8ae4 100644 --- a/package/layer/src/utils/index.ts +++ b/package/layer/src/utils/index.ts @@ -142,7 +142,7 @@ export function calculateContent( if (height && height.indexOf("%") != -1) { height = "100%"; } - console.log("btn", height + "px"); + console.log("btn", height + "px"); if (btn && btn.length > 0) { if (type == 0) { if (title) {