mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 11:26:49 +08:00
修改积分排行榜的显示隐藏
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
</div>
|
||||
<!-- 个人信息及学习进度 -->
|
||||
<!-- 学员积分及个人完成度排行榜 -->
|
||||
<div class="detailRB">
|
||||
<div class="detailRB" v-if="data.rankFlag">
|
||||
<div class="info">
|
||||
<div
|
||||
style="display:flex;justify-content: space-between;align-items: center;height: 56px;padding-left: 27px;padding-right: 27px;">
|
||||
@@ -232,7 +232,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 排行榜列表 -->
|
||||
<div v-if="data.rankFlag"
|
||||
<div
|
||||
style="display: flex;padding-top: 30px;padding-bottom: 100px;background: linear-gradient(0deg, rgba(36,120,255,0) 0%, rgba(36,120,255,0.15) 100%);">
|
||||
<div style="display: flex;justify-content: center;align-items: center;width: 100%;">
|
||||
<div style="font-size: 14px;color:rgba(36, 120, 255, 1);font-weight: 600;">排名</div>
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 学员列表 -->
|
||||
<div v-if="data.rankFlag">
|
||||
<div>
|
||||
<div v-for="(item, i) in tableRankData.slice(0,5)" :key="i"
|
||||
style="display: flex;justify-content: center;align-items: center;width: 100%;position: relative;top:-60px;margin-bottom: 38px;">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user