chore(cp排行榜): 调整箭头位置

This commit is contained in:
hzj 2026-01-20 14:54:27 +08:00
parent a2cf5c07c7
commit 136a795178

View File

@ -232,7 +232,7 @@ const arrows = computed(() => {
case 3: // 4 -> 5
arrowList.push({
style: isRTL
? 'top: calc(10.6% * 4 + 4.5vw * 2 + 4vw); right: 70%; transform: scaleX(-1) rotate(90deg);' // RTL - 使right
? 'top: calc(10.6% * 4 + 4.5vw * 2 + 4vw); right: 20%; transform: scaleX(-1) rotate(90deg);' // RTL - 使right
: 'top: calc(10.6% * 4 + 4.5vw * 2 + 4vw); left: 25%; transform: translateX(-50%) rotate(90deg);', // LTR
})
break