mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
注释BOE排行榜功能
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
<span style="margin-right:15px">经验值:{{statData.evalue}}</span>
|
||||
<span class="content-one-info pointer" style="margin-right:12px;line-height: 30px;"><router-link :to="'/user/Setting'">个人设置</router-link></span>
|
||||
<span class="content-one-info" style="line-height: 30px;"><router-link :to="'/home/'+userInfo.aid">个人主页</router-link></span>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
@@ -76,9 +76,13 @@
|
||||
<div class="learning-qus">我的U币(累计)</div>
|
||||
<div class="learning-an"><span>{{statData.uvalue}}</span></div>
|
||||
</div>
|
||||
|
||||
<div class="learning-info">
|
||||
<!--
|
||||
<div @click="jumrank" style="cursor: pointer;" class="ranking-link"> BOE 排行榜 >></div>
|
||||
-->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -186,7 +190,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
border: 1px solid #619DFF !important;
|
||||
font-size: 14px;
|
||||
color: #387DF7 !important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.ranking-link{
|
||||
@@ -285,7 +289,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
float: left;
|
||||
width: 58px;
|
||||
height: 24px;
|
||||
// text-align: center;
|
||||
// text-align: center;
|
||||
color: #9D6110 ;
|
||||
}
|
||||
span{
|
||||
|
||||
Reference in New Issue
Block a user