mirror of https://gitee.com/answerdev/answer.git
fix: style adjustment
This commit is contained in:
parent
547d035e42
commit
cf10ebef86
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue