chore(cp排行榜): 调整样式

This commit is contained in:
hzj 2026-01-21 19:08:38 +08:00
parent 5ce93a9a5e
commit 9c6da845b6

View File

@ -612,7 +612,7 @@ const getDigitImageUrl = (digit) => {
return '' return ''
} }
// script //
const formatLargeNumber = (num) => { const formatLargeNumber = (num) => {
if (typeof num !== 'number' || isNaN(num)) { if (typeof num !== 'number' || isNaN(num)) {
return '0' return '0'
@ -789,7 +789,7 @@ onUnmounted(() => {
object-fit: cover; object-fit: cover;
position: absolute; position: absolute;
z-index: 3; z-index: 3;
top: 0; top: 2vw;
right: 3vw; right: 3vw;
} }