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

@@ -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;

View File

@@ -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>
) : ( ) : (
<> <>