添加 详情页 div 撑起 高度

This commit is contained in:
张成
2025-11-23 19:36:44 +08:00
parent f9b1454e76
commit 688e1b7e5e
2 changed files with 9 additions and 2 deletions

View File

@@ -213,6 +213,8 @@ function Index() {
</View>
</View>
<View className={styles["detail-page-bg"]} style={backgroundImage} />
<View style={{ paddingTop: `${totalHeight }px` }}> </View>
{/* swiper */}
<Carousel detail={detail} />
{/* content */}