From 953307b506500a06367b000a05494c1373a1d131 Mon Sep 17 00:00:00 2001 From: wurou Date: Thu, 1 Dec 2022 09:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=BB=9C=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E6=89=80=E9=9C=80auto-px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/base/auto-px-style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index f4e4a2a..b089c74 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -33,6 +33,7 @@ export const autoPxStyle: CSSResult = css` --auto-32px: calc(32px / var(--hostDevicePixelRatio)); --auto-34px: calc(34px / var(--hostDevicePixelRatio)); --auto-36px: calc(36px / var(--hostDevicePixelRatio)); + --auto-37px: calc(37px / var(--hostDevicePixelRatio)); --auto-37_33px: calc(37.33px / var(--hostDevicePixelRatio)); --auto-38px: calc(38px / var(--hostDevicePixelRatio)); --auto-38_4px: calc(38.4px / var(--hostDevicePixelRatio)); @@ -55,6 +56,7 @@ export const autoPxStyle: CSSResult = css` --auto-58px: calc(58px / var(--hostDevicePixelRatio)); --auto-60px: calc(60px / var(--hostDevicePixelRatio)); --auto-64px: calc(64px / var(--hostDevicePixelRatio)); + --auto-65px: calc(65px / var(--hostDevicePixelRatio)); --auto-66px: calc(66px / var(--hostDevicePixelRatio)); --auto-68px: calc(68px / var(--hostDevicePixelRatio)); --auto-70px: calc(70px / var(--hostDevicePixelRatio));