mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改学习天数排行榜样式
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
我的排名 : <span> {{learningDuration.data.rankingNo}}</span>
|
||||
</div>
|
||||
<div class="myexperience">
|
||||
我的学习时长: <span> {{learningDuration.data.total || learningDuration.data.months || learningDuration.data.years || learningDuration.data.weeks}}</span>
|
||||
我的学习时长: <span> {{learningDuration.data.total || learningDuration.data.months || learningDuration.data.years || learningDuration.data.weeks}}</span> h
|
||||
</div>
|
||||
</div>
|
||||
<div class="exp-table">
|
||||
@@ -212,7 +212,7 @@
|
||||
<author-img :avatar="day.authorInfo.avatar" :aid="day.authorInfo.aid" :sex="day.authorInfo.sex"></author-img>
|
||||
<div>
|
||||
<span>{{day.authorInfo.name}}</span>
|
||||
<div class="tab-bm" style="margin-left:30px;">{{day.authorInfo.orgInfo}}</div>
|
||||
<div class="tab-bm">{{day.authorInfo.orgInfo}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -298,7 +298,7 @@ export default {
|
||||
this.getDays();
|
||||
},
|
||||
methods:{
|
||||
|
||||
|
||||
// 经验值排行榜(下拉框事件)
|
||||
experienceCommand(e) {
|
||||
this.experience.field = e;
|
||||
|
||||
Reference in New Issue
Block a user