style(游戏王): 样式调整
This commit is contained in:
parent
1ec87e545a
commit
ef87498bf2
@ -491,13 +491,13 @@
|
||||
:contentStyle="`flex-direction: column;padding: 17vw 9.5vw 7vw 10.2vw;justify-content: space-between;`"
|
||||
>
|
||||
<!-- 第1名 -->
|
||||
<div style="display: flex; justify-content: center">
|
||||
<div style="display: flex; justify-content: center; width: 100%">
|
||||
<TopUserDaily
|
||||
ranking="1"
|
||||
:avatarUrl="RankingDailyHasTop3[0].avatar"
|
||||
:name="RankingDailyHasTop3[0].nickname"
|
||||
:distributionValue="RankingDailyHasTop3[0].quantity || ''"
|
||||
style="width: 40%"
|
||||
style="width: 45%"
|
||||
@click="viewUserInfo(RankingDailyHasTop3[0].userId)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user