mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
提交修改
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
type:Array,
|
||||
default:()=>[]
|
||||
},
|
||||
showHidden:{
|
||||
type:Boolean,
|
||||
default:true
|
||||
},
|
||||
isDynamic:{
|
||||
type:Boolean,
|
||||
default:false,
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
<div class="content-top">
|
||||
<h6>{{userInfo.name}}</h6>
|
||||
<span>{{orgInfo}}</span>
|
||||
|
||||
<el-link @click="toPage('/user/Setting')" type="info" :underline="false"> <el-button class="editbutt">编辑资料</el-button></el-link>
|
||||
<el-link @click="toPage('/user/Setting')" type="info" :underline="false"> <el-button class="editbutt">个人设置</el-button></el-link>
|
||||
</div>
|
||||
<div class="grade">
|
||||
<div>{{statData.level}}</div>
|
||||
@@ -257,7 +256,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
.content-top{
|
||||
// margin-top: 10px;
|
||||
line-height: 25px;
|
||||
|
||||
|
||||
h6{
|
||||
color: #333333;
|
||||
font-size: 26px;
|
||||
|
||||
Reference in New Issue
Block a user