Merge branch 'feat/liujie'

This commit is contained in:
2025-10-30 07:56:12 +08:00

View File

@@ -61,7 +61,12 @@ export default function Carousel(props) {
}
return (
<View className={styles["detail-swiper-container"]}>
<View
className={styles["detail-swiper-container"]}
style={
list.length === 1 ? { display: "flex", justifyContent: "center" } : {}
}
>
<View
className={styles["detail-swiper-scroll-container"]}
style={{ width: listWidth + "px" }}