From ee125f48db7f77c6726e421b2a295d0a2c36f861 Mon Sep 17 00:00:00 2001 From: Dailer Date: Sun, 6 Mar 2022 17:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20absolute=E6=94=AF=E6=8C=81inset?= =?UTF-8?q?=20shorthand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/wrapper/layout/layout.absolute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper/layout/layout.absolute.js b/src/core/wrapper/layout/layout.absolute.js index face5ff63..86c7e94e1 100644 --- a/src/core/wrapper/layout/layout.absolute.js +++ b/src/core/wrapper/layout/layout.absolute.js @@ -42,7 +42,7 @@ BI.AbsoluteLayout = BI.inherit(BI.Layout, { break case 4: default: - offsets = {top: insets[0], right: insets[0], bottom: insets[0], left: insets[0]} + offsets = {top: insets[0], right: insets[1], bottom: insets[2], left: insets[3]} break; } }