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