feat: 人员头像显示
This commit is contained in:
parent
bc65864435
commit
75961b31a7
|
|
@ -404,7 +404,7 @@ export default function userPage() {
|
|||
d.data.fleaderimg
|
||||
? d.data.fleaderimg
|
||||
: './img/default_avator.png'
|
||||
}" style="width: 58px; height: 58px; border-radius: 50%; margin-top: 16px;"/>
|
||||
}" style="width: 58px; height: 58px; border-radius: 50%; margin-top: 16px;z-index:999"/>
|
||||
</div>
|
||||
|
||||
<div style="display: inline-block; margin-left: 6px;width:60%;height:100%" onclick="window.open('${postUserUrl}', '_blank')">
|
||||
|
|
|
|||
Loading…
Reference in New Issue