From 2ecd4eef476efe2382a7a75cafddd27d130fa8e2 Mon Sep 17 00:00:00 2001 From: wangguoqing Date: Wed, 23 Nov 2022 17:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=98=E5=82=A8=E9=83=A8?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index 23ecc19..ab05f35 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -88,6 +88,7 @@ export const autoPxStyle: CSSResult = css` --auto-206px: calc(206px / var(--hostDevicePixelRatio)); --auto-208px: calc(208px / var(--hostDevicePixelRatio)); --auto-222px: calc(222px / var(--hostDevicePixelRatio)); + --auto-250px: calc(250px / var(--hostDevicePixelRatio)); --auto-260px: calc(260px / var(--hostDevicePixelRatio)); --auto-275px: calc(275px / var(--hostDevicePixelRatio)); --auto-286px: calc(286px / var(--hostDevicePixelRatio));