style(游戏王): 调整样式

This commit is contained in:
hzj 2026-03-12 16:23:46 +08:00
parent 23ddc1468a
commit ec762ec874
2 changed files with 11 additions and 2 deletions

View File

@ -172,7 +172,7 @@ const bottomSectionHeight = computed(() => {
case '2': case '2':
return '32%' return '32%'
case '3': case '3':
return '29%' return '28%'
default: default:
return '29%' return '29%'
} }

View File

@ -502,7 +502,7 @@
/> />
</div> </div>
<!-- 第2-3 --> <!-- 第2-3 -->
<div style="display: flex; justify-content: space-between; margin-top: -5vw"> <div style="margin-top: -5vw" class="top2-3">
<TopUserDaily <TopUserDaily
ranking="2" ranking="2"
:avatarUrl="RankingDailyHasTop3[1].avatar" :avatarUrl="RankingDailyHasTop3[1].avatar"
@ -1423,6 +1423,15 @@ onUnmounted(() => {
filter: grayscale(100%) brightness(100%); filter: grayscale(100%) brightness(100%);
} }
.top2-3 {
display: flex;
justify-content: space-between;
}
[dir='rtl'] .top2-3 {
flex-direction: row-reverse;
}
.btTitle { .btTitle {
color: #fff; color: #fff;
font-weight: 700; font-weight: 700;