style: 修复关注按钮展示问题

This commit is contained in:
2025-11-30 21:27:36 +08:00
parent 98b4b820a0
commit cbf1013d92
4 changed files with 10 additions and 8 deletions

View File

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