Skip to content

Commit

Permalink
Merge pull request #108 from alley-rs/dev
Browse files Browse the repository at this point in the history
style(history): 历史记录中主播名增加宽度以适应抖音中较长的主播名
  • Loading branch information
thep0y authored Sep 16, 2024
2 parents 54242f6 + d9ccede commit 80ce32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/history/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ const HistoryItem = (props: HistoryItemProps) => {
<LazyDivider />

<LazyRow>
<LazyCol span={14} align="center">
<LazyCol span={15} align="center">
<LazyText>{props.anchor}</LazyText>
</LazyCol>

<LazyCol span={4} align="center">
<LazyCol span={3} align="center">
<LazyText type="secondary">
{platforms[props.platform].label}
</LazyText>
Expand Down

0 comments on commit 80ce32f

Please sign in to comment.