chore(cp排行榜): 调整箭头位置
This commit is contained in:
parent
a2cf5c07c7
commit
136a795178
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user