Skip to content

Commit

Permalink
fix(style): Badge width too small
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jul 3, 2023
1 parent 34d3020 commit c8becc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ParticipationItem: FC<ParticipationItemProps> = (props) => {
{participation.team?.members?.length ?? 0} 已报名
</Text>
</Box>
<Box w="5em">
<Box w="6em">
<Badge color={part.color}>{part.title}</Badge>
</Box>
</Group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const CheatInfoItem: FC<CheatInfoItemProps> = (props) => {
</Text>
</Stack>
</Group>
<Box w="5em">
<Box w="6em">
<Badge color={part.color}>{part.title}</Badge>
</Box>
</Group>
Expand Down

0 comments on commit c8becc5

Please sign in to comment.