mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
修改
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
<h6> {{userData.name}}<span style="margin-left:8px;color: #999999;font-weight: 400;">{{orgInfo}}</span> </h6>
|
||||
</div>
|
||||
<div class="grade" style="margin-top:5px">
|
||||
<div class="level">{{statData.level}}</div>
|
||||
<div class="level" style="margin-top:4px">{{statData.level}}</div>
|
||||
<span style="color: #A3680A;margin-left:5px;line-height: 24px;margin-right: 20px;">经验值:{{statData.evalue}}</span>
|
||||
<!-- <div style="float:right"> -->
|
||||
<router-link v-if="pageId == userInfo.aid" to="/user/Setting"><span class="content-one-info pointer" style="line-height: 30px;">个人设置</span></router-link>
|
||||
<span style="margin-left:10px;line-height: 30px;" class="content-one-info" ><router-link v-if="pageId == userInfo.aid" to="/uc/study/courses" class="pointer" style="color:#0060FF;">个人中心</router-link></span>
|
||||
<el-button type="text" round class="btn-user" v-if="pageId != userInfo.aid && !isFollowHas" @click="toFollow()">关注TA</el-button>
|
||||
<el-button type="text" round class="btn-user" @click="cancelFollow()" v-if="isFollowHas">已关注</el-button>
|
||||
<router-link v-if="pageId == userInfo.aid" to="/user/Setting"><span class="content-one-info pointer" style="line-height: 30px;">个人设置</span></router-link>
|
||||
<span v-if="pageId == userInfo.aid" style="margin-left:10px;line-height: 30px;" class="content-one-info" ><router-link to="/uc/study/courses" class="pointer" style="color:#0060FF;">个人中心</router-link></span>
|
||||
<span class="content-one-info" v-if="pageId != userInfo.aid && !isFollowHas" @click="toFollow()">关注TA</span>
|
||||
<spap class="Followed" @click="cancelFollow()" v-if="isFollowHas">已关注</spap>
|
||||
<el-button type="text" round class="btn-user" > <router-link :to="'/home/'+pageId+'/leaving'">{{pageId == userInfo.aid ? '留言板':'去留言'}}<i class="el-icon-arrow-right"></i> </router-link> </el-button>
|
||||
<!-- <div style="height: 30px;margin-top: 10px;"> -->
|
||||
|
||||
@@ -358,6 +358,19 @@
|
||||
font-size: 14px;
|
||||
color: #387DF7;
|
||||
|
||||
}
|
||||
.Followed{
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border-radius: 20px;
|
||||
display: inline-block;
|
||||
line-height: 30px;
|
||||
border: 1px solid #999;
|
||||
color: #999;
|
||||
|
||||
}
|
||||
.editbutt{
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user