style(总排行榜): 样式调整

This commit is contained in:
hzj 2026-04-24 11:36:47 +08:00
parent f130c124db
commit 63a58b09d4

View File

@ -1,6 +1,9 @@
<!-- src/views/Ranking/Overall/Ranking.vue -->
<template>
<div class="fullPage" :style="{ backgroundColor: currentRankingConfig.backgroundColor }">
<div
:class="['fullPage', 'scrollY']"
:style="{ backgroundColor: currentRankingConfig.backgroundColor }"
>
<div v-if="isLoading" class="loading-container">
<BackgroundLayer :useCanvas="true" :backgroundImages="[currentBgImage]" />
<LoadingSpinner />
@ -153,7 +156,7 @@
alt=""
style="
display: block;
width: 5em;
width: 13vw;
aspect-ratio: 1/1;
border-radius: 50%;
object-fit: cover;
@ -239,7 +242,7 @@
alt=""
style="
display: block;
width: 5em;
width: 15vw;
aspect-ratio: 1/1;
border-radius: 50%;
object-fit: cover;
@ -650,6 +653,10 @@ onUnmounted(() => {
background: #000;
}
.scrollY::-webkit-scrollbar {
display: none;
}
.tab {
font-weight: 700;
font-size: 1em;