|
@@ -133,6 +133,7 @@ export const useSpecialShapedScreen = () => {
|
|
(browser().ios ? height * 2 : height) || (evt?.content.isSpecialShapedScreen && browser().ios ? 100 : 0)
|
|
(browser().ios ? height * 2 : height) || (evt?.content.isSpecialShapedScreen && browser().ios ? 100 : 0)
|
|
heightRef.value = detailState.notchHeight
|
|
heightRef.value = detailState.notchHeight
|
|
detailState.isSpecialShapedScreen = evt?.content.isSpecialShapedScreen
|
|
detailState.isSpecialShapedScreen = evt?.content.isSpecialShapedScreen
|
|
|
|
+ document.documentElement.style.setProperty('--popup-loading', detailState.notchHeight / 4 + 'px')
|
|
}
|
|
}
|
|
)
|
|
)
|
|
return [heightRef]
|
|
return [heightRef]
|