chore(cp排行榜): 历史记录增加±号
This commit is contained in:
parent
86035bc111
commit
03538d3f43
@ -1038,7 +1038,7 @@
|
||||
style="width: 10vw; object-fit: cover; display: block; aspect-ratio: 1/1"
|
||||
/>
|
||||
<div style="font-weight: 590; font-size: 0.9em">
|
||||
{{ record.changeType == 2 ? '-' : '' }}{{ record.changeAmount }}
|
||||
{{ record.changeType == 2 ? '-' : '+' }}{{ record.changeAmount }}
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-weight: 510; font-size: 0.8em">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user