fix: style adjustment

This commit is contained in:
shuai 2023-05-18 10:22:53 +08:00
parent 547d035e42
commit cf10ebef86
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const Index: FC<Props> = ({ visible, data }) => {
className={`me-3 text-end ${
item.reputation > 0 ? 'text-success' : 'text-danger'
}`}
style={{ width: '40px' }}>
style={{ width: '40px', minWidth: '40px' }}>
{item.reputation > 0 ? '+' : ''}
{item.reputation}
</div>