fix(CP页面): 修复星座榜首对应头像框使用问题
This commit is contained in:
parent
f5dc0e8c60
commit
59c0eddf9b
@ -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)"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user