fix(CP页面): 修复星座榜首对应头像框使用问题

This commit is contained in:
hzj 2026-03-21 18:59:44 +08:00
parent f5dc0e8c60
commit 59c0eddf9b

View File

@ -72,7 +72,7 @@
v-for="(item, index) in seasonTop1List"
style="z-index: 1; min-width: 0; flex-shrink: 0; transition: all 0.8s ease"
:style="{ width: index === centerIndex ? '60vw' : '40vw' }"
:imgUrl="twelveSigns[centerIndex]?.bgUrl"
:imgUrl="twelveSigns[index]?.bgUrl"
:contentStyle="``"
@click="moveToCenter(index)"
>