mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
修改
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="user-content">
|
||||
<div style="display: flex;justify-content:start;">
|
||||
<div>
|
||||
<div>
|
||||
<div class="content-top" style="min-width: 260px;">
|
||||
<h6>{{userInfo.name}}</h6>
|
||||
@@ -23,15 +23,19 @@
|
||||
|
||||
</div>
|
||||
<div class="grade" style="min-width: 260px;">
|
||||
<div>{{statData.level}}</div>
|
||||
<span>经验值:{{statData.evalue}}</span>
|
||||
<div class="level">{{statData.level}}</div>
|
||||
<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>
|
||||
<el-link @click="toPage('/user/Setting')" type="info" :underline="false"> <el-button class="editbutt">个人设置</el-button></el-link>
|
||||
</div>
|
||||
<div style="margin-top:10px;"> <span style="color:#0060FF;font-size: 14px;"><router-link :to="'/home/'+userInfo.aid">个人主页>></router-link></span></div>
|
||||
<div style="margin-top:10px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-bottom">
|
||||
@@ -159,6 +163,31 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.level{
|
||||
float: left;
|
||||
width: 57px;
|
||||
margin-top: 5px;
|
||||
margin-right: 8px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
background-image: url(../../../public/images/lvbg.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size:100%;
|
||||
}
|
||||
.content-one-info{
|
||||
display: inline-block;
|
||||
line-height: 30px;
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
border-radius: 20px;
|
||||
padding: 0;
|
||||
border: 1px solid #619DFF !important;
|
||||
font-size: 14px;
|
||||
color: #387DF7 !important;
|
||||
|
||||
}
|
||||
|
||||
.ranking-link{
|
||||
font-size: 16px;
|
||||
@@ -256,8 +285,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
float: left;
|
||||
width: 58px;
|
||||
height: 24px;
|
||||
// text-align: center;
|
||||
line-height: 34px;
|
||||
// text-align: center;
|
||||
color: #9D6110 ;
|
||||
}
|
||||
span{
|
||||
|
||||
Reference in New Issue
Block a user