chore(cp排行榜): 调整样式

This commit is contained in:
hzj 2026-01-20 19:14:04 +08:00
parent 78211ffe3a
commit 693b22aff3
2 changed files with 3 additions and 1 deletions

View File

@ -467,7 +467,8 @@ const changeTag = (module) => {
const rewardsTop3 = ref([]) //
//
const showRewardsTop3 = computed(() => {
let newRewardsTop3 = rewardsTop3.value
// rewardsTop3
let newRewardsTop3 = JSON.parse(JSON.stringify(rewardsTop3.value))
//
if (seasonShow.value) {
newRewardsTop3[0].activityRewardProps.push(

View File

@ -257,6 +257,7 @@
v-for="(item, index) in rewards.activityRewardProps"
:key="index"
style="
align-self: stretch;
display: flex;
align-items: center;
padding: 0 1vw;