chore(cp排行榜): 调整样式
This commit is contained in:
parent
5ce93a9a5e
commit
9c6da845b6
@ -612,7 +612,7 @@ const getDigitImageUrl = (digit) => {
|
||||
return ''
|
||||
}
|
||||
|
||||
// 在 script 部分定义这个函数
|
||||
// 计算前三名的奖励金币数量
|
||||
const formatLargeNumber = (num) => {
|
||||
if (typeof num !== 'number' || isNaN(num)) {
|
||||
return '0'
|
||||
@ -789,7 +789,7 @@ onUnmounted(() => {
|
||||
object-fit: cover;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
top: 0;
|
||||
top: 2vw;
|
||||
right: 3vw;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user