style(总排行榜): 用户列表样式调整
This commit is contained in:
parent
5d31992110
commit
96f5aba3b3
@ -178,14 +178,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 第四名开始 -->
|
<!-- 第四名开始 -->
|
||||||
<div style="padding: 3% 10px 0; display: grid; gap: 2vw">
|
<div style="padding: 3vw 3vw 0; display: flex; flex-direction: column; gap: 2vw">
|
||||||
<div
|
<div
|
||||||
v-for="(userInfo, index) in RankingFromTop4"
|
v-for="(userInfo, index) in RankingFromTop4"
|
||||||
:key="userInfo.id"
|
:key="userInfo.id"
|
||||||
style="
|
style="
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
backdrop-filter: blur(32px);
|
backdrop-filter: blur(32px);
|
||||||
padding: 3%;
|
padding: 3vw;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user