添加存储部分的px

This commit is contained in:
wangguoqing 2022-11-23 17:18:59 +08:00
parent d8deb26045
commit 2ecd4eef47
1 changed files with 1 additions and 0 deletions

View File

@ -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));