Merge pull request #360 from answerdev/feat/1.1.0/ui

fix: style adjustment
This commit is contained in:
dashuai
2023-05-18 10:23:26 +08:00
committed by GitHub
@@ -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>