Merge branch 'feat/liujie'
This commit is contained in:
@@ -70,7 +70,9 @@
|
|||||||
|
|
||||||
.organizer-actions {
|
.organizer-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 0 0 120px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-end;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ export default function OrganizerInfo(props) {
|
|||||||
>
|
>
|
||||||
{is_following ? (
|
{is_following ? (
|
||||||
<Text className={styles["organizer-actions-follow-text"]}>
|
<Text className={styles["organizer-actions-follow-text"]}>
|
||||||
取消关注
|
已关注
|
||||||
</Text>
|
</Text>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ function Index() {
|
|||||||
</View>
|
</View>
|
||||||
<View className={styles["detail-page-bg"]} style={backgroundImage} />
|
<View className={styles["detail-page-bg"]} style={backgroundImage} />
|
||||||
|
|
||||||
<View style={{ paddingTop: `${totalHeight }px` }}> </View>
|
<View style={{ paddingTop: `${totalHeight}px` }}> </View>
|
||||||
{/* swiper */}
|
{/* swiper */}
|
||||||
<Carousel detail={detail} />
|
<Carousel detail={detail} />
|
||||||
{/* content */}
|
{/* content */}
|
||||||
|
|||||||
Reference in New Issue
Block a user