style(巴勒斯坦独立日): 调整样式
This commit is contained in:
parent
97cba229b7
commit
492f732454
@ -122,10 +122,7 @@
|
||||
<!-- 展示内容 -->
|
||||
<div>
|
||||
<!-- Ranking -->
|
||||
<div
|
||||
v-show="rankingShow"
|
||||
style="position: relative; width: 90%; left: 50%; transform: translateX(-50%)"
|
||||
>
|
||||
<div v-show="rankingShow" style="position: relative; width: 100%">
|
||||
<div
|
||||
style="
|
||||
position: absolute;
|
||||
@ -276,7 +273,7 @@
|
||||
<div
|
||||
v-for="(rewardsTop, top) in rewardsList"
|
||||
:key="top"
|
||||
style="position: relative; width: 90%; margin: 10px 0"
|
||||
style="position: relative; width: 100%; margin: 10px 0"
|
||||
>
|
||||
<div style="position: relative">
|
||||
<img
|
||||
@ -423,7 +420,7 @@
|
||||
<script setup>
|
||||
import { isInApp, viewUserInfo } from '@/utils/appBridge.js'
|
||||
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
||||
import itemCenter from '@/components/WeeklyStar/itemCenter.vue'
|
||||
import itemCenter from '@/components/itemCenter.vue'
|
||||
import TopUser from './components/topUser.vue'
|
||||
import maskLayer from '@/components/MaskLayer.vue'
|
||||
import { getThisWeekRewardsAndGifts, getRankingListAndMyRanking } from '@/api/activity.js'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user