mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
banner卡片跳转
This commit is contained in:
@@ -1233,7 +1233,15 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.personal-panel{
|
||||
width: 356px;
|
||||
height: 370px;
|
||||
padding: 30px 45px;
|
||||
.personal-box{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
}
|
||||
.medal-index{ // 勋章规则控制
|
||||
margin: 40px 60px 0 60px;
|
||||
}
|
||||
|
||||
@@ -36,16 +36,20 @@
|
||||
</a>
|
||||
<ul class="personal-ul">
|
||||
<li>
|
||||
<span class="label"><router-link to="/user/ranking">累计学习</router-link></span>
|
||||
<router-link to="/user/ranking">
|
||||
<span class="label">累计学习</span>
|
||||
<p><span>{{userData.totalStudyHour}}</span>h</p>
|
||||
</router-link>
|
||||
</li>
|
||||
<!-- <li>
|
||||
<span class="label">经验值等级</span>
|
||||
<p><span>{{userData.level}}</span></p>
|
||||
</li> -->
|
||||
<li>
|
||||
<span class="label"><router-link to="/user/ucurrency">我的U币</router-link></span>
|
||||
<router-link to="/user/ucurrency">
|
||||
<span class="label">我的U币</span>
|
||||
<p><span>{{userData.uvalue}}</span>个</p>
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user