fix: unify product detail back button with top mask style

This commit is contained in:
2026-08-08 04:26:44 +08:00
parent a3c3005c04
commit 2c39e6d7da
35 changed files with 76 additions and 70 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ export default function ShopDetailPage() {
<View
className="shop-back-btn"
onTap={() => Taro.navigateBack()}
style={{ top: `${safe.backBtnPaddingTop}px`, opacity: heroStyles.backBtnOpacity }}
style={{ top: `${safe.menuButtonTop}px`, opacity: heroStyles.backBtnOpacity }}
>
<Text className="shop-back-arrow"></Text>
</View>