From b2a2817b003f49fc142453cf44a3eb32d7ec00a8 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Wed, 28 Sep 2022 20:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E6=8E=92=E5=90=8D=E6=98=BE=E7=A4=BA=E6=8E=A7=E5=88=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/ranking.vue | 72 +++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/views/user/ranking.vue b/src/views/user/ranking.vue index 58ef8a81..28d316a1 100644 --- a/src/views/user/ranking.vue +++ b/src/views/user/ranking.vue @@ -18,7 +18,7 @@ 本月 本年 - +
@@ -27,7 +27,7 @@
我的经验值 : {{experience.data.total || experience.data.months || experience.data.years || experience.data.weeks}} - +
@@ -61,31 +61,31 @@ {{ran.authorInfo.name}}
{{ran.authorInfo.orgInfo}}
- +
{{ran.total}}
-
+
.
.
.
-
+
{{experience.data.rankingNo}}
- +
{{experience.data.authorInfo.name}}
{{experience.data.authorInfo.orgInfo}}
- +
{{experience.data.total}}
- +
@@ -106,7 +106,7 @@ 本月 本年 - +
@@ -134,7 +134,7 @@
- {{lan.authorInfo.name}} + {{lan.authorInfo.name}}
{{lan.authorInfo.orgInfo}}
@@ -143,15 +143,15 @@
-
+
.
.
.
-
+
{{learningDuration.data.rankingNo}}
- {{learningDuration.data.authorInfo.name}} + {{learningDuration.data.authorInfo.name}}
{{learningDuration.data.authorInfo.orgInfo}}
@@ -179,7 +179,7 @@ 本月 本年 - +
@@ -211,34 +211,34 @@
{{day.authorInfo.orgInfo}}
- +
{{day.total}}
-
+
.
.
.
-
+
{{learningDays.data.rankingNo}}
- +
- {{learningDays.data.authorInfo.name}} + {{learningDays.data.authorInfo.name}}
{{learningDays.data.authorInfo.orgInfo}}
- +
{{learningDays.data.total}}
- - - + + + @@ -251,7 +251,7 @@ export default { computed: { ...mapGetters(['userInfo']), - + }, components: {authorImg}, data(){ @@ -377,8 +377,8 @@ export default { this.getUserData([res.result.currentUserRankingData.aid],[res.result.currentUserRankingData]) this.learningDuration.data = res.result.currentUserRankingData; } - - + + const ids= []; res.result.rankingData.forEach(item=>{ ids.push(item.aid) @@ -415,7 +415,7 @@ export default { this.getUserData([res.result.currentUserRankingData.aid],[res.result.currentUserRankingData]); this.learningDays.data = res.result.currentUserRankingData; } - + const ids= []; res.result.rankingData.forEach(item=>{ ids.push(item.aid) @@ -488,8 +488,8 @@ export default { text-align: center; } } - - + + } .myselftext{ height: 75px; @@ -556,20 +556,20 @@ export default { font-size: 14px; font-weight: 600; } - + } .tab-rank{ - + // text-align: center; img{ width: 40px; height: 40px; - + } } .experience{ min-width: 400px; - + .exp-hear{ width: 100%; height: 65px; @@ -602,7 +602,7 @@ export default { } } - + .exp-bar{ width: 100%; h6{ @@ -643,7 +643,7 @@ export default { z-index: 999; } } - + } } @@ -686,4 +686,4 @@ export default { } } - \ No newline at end of file +