提交修改

This commit is contained in:
daihh
2022-10-23 15:25:10 +08:00
parent 6d21d00ce6
commit e7d407a1eb
2 changed files with 6 additions and 3 deletions

View File

@@ -47,6 +47,10 @@
type:Array,
default:()=>[]
},
showHidden:{
type:Boolean,
default:true
},
isDynamic:{
type:Boolean,
default:false,

View File

@@ -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;