From ac5904de64f170230c81e5aadf68291c9a0e4933 Mon Sep 17 00:00:00 2001 From: wangguoqing Date: Mon, 21 Nov 2022 10:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E=E7=94=B5?= =?UTF-8?q?=E6=B1=A0=E9=83=A8=E5=88=86=E7=9A=84px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/base/auto-px-style.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index 0a58b05..cc9e504 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -39,11 +39,14 @@ export const autoPxStyle: CSSResult = css` --auto-48px: calc(48px / var(--hostDevicePixelRatio)); --auto-50px: calc(50px / var(--hostDevicePixelRatio)); --auto-53px: calc(53px / var(--hostDevicePixelRatio)); + --auto-55px: calc(55px / var(--hostDevicePixelRatio)); --auto-56px: calc(56px / var(--hostDevicePixelRatio)); --auto-57_6px: calc(57.6px / var(--hostDevicePixelRatio)); --auto-58px: calc(58px / var(--hostDevicePixelRatio)); + --auto-60px: calc(60px / var(--hostDevicePixelRatio)); --auto-64px: calc(64px / var(--hostDevicePixelRatio)); --auto-66px: calc(66px / var(--hostDevicePixelRatio)); + --auto-68px: calc(68px / var(--hostDevicePixelRatio)); --auto-74px: calc(66px / var(--hostDevicePixelRatio)); --auto-76px: calc(76px / var(--hostDevicePixelRatio)); --auto-80px: calc(80px / var(--hostDevicePixelRatio)); @@ -55,6 +58,7 @@ export const autoPxStyle: CSSResult = css` --auto-88px: calc(88px / var(--hostDevicePixelRatio)); --auto-92px: calc(92px / var(--hostDevicePixelRatio)); --auto-96px: calc(96px / var(--hostDevicePixelRatio)); + --auto-105px: calc(105px / var(--hostDevicePixelRatio)); --auto-112px: calc(112px / var(--hostDevicePixelRatio)); --auto-116px: calc(116px / var(--hostDevicePixelRatio)); --auto-128px: calc(128px / var(--hostDevicePixelRatio)); @@ -63,7 +67,9 @@ export const autoPxStyle: CSSResult = css` --auto-160px: calc(160px / var(--hostDevicePixelRatio)); --auto-166px: calc(166px / var(--hostDevicePixelRatio)); --auto-176px: calc(176px / var(--hostDevicePixelRatio)); + --auto-185px: calc(185px / var(--hostDevicePixelRatio)); --auto-186px: calc(186px / var(--hostDevicePixelRatio)); + --auto-188px: calc(188px / var(--hostDevicePixelRatio)); --auto-200px: calc(200px / var(--hostDevicePixelRatio)); --auto-201px: calc(201px / var(--hostDevicePixelRatio)); --auto-206px: calc(206px / var(--hostDevicePixelRatio)); @@ -94,6 +100,7 @@ export const autoPxStyle: CSSResult = css` --auto-534px: calc(534px / var(--hostDevicePixelRatio)); --auto-607px: calc(607px / var(--hostDevicePixelRatio)); --auto-620px: calc(620px / var(--hostDevicePixelRatio)); + --auto-640px: calc(640px / var(--hostDevicePixelRatio)); --auto-815px: calc(815px / var(--hostDevicePixelRatio)); } `