添加设置px

This commit is contained in:
yuanchongjun 2022-11-19 16:29:24 +08:00
parent 8116351ec6
commit 4684b29d4b
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export const autoPxStyle: CSSResult = css`
--auto-112px: calc(112px / var(--hostDevicePixelRatio));
--auto-116px: calc(116px / var(--hostDevicePixelRatio));
--auto-118px: calc(118px / var(--hostDevicePixelRatio));
--auto-124px: calc(124px / var(--hostDevicePixelRatio));
--auto-128px: calc(128px / var(--hostDevicePixelRatio));
--auto-129px: calc(129px / var(--hostDevicePixelRatio));
--auto-140px: calc(140px / var(--hostDevicePixelRatio));