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 +