feat: 人员头像展示
This commit is contained in:
parent
56ae519143
commit
6a6bb51ea1
|
|
@ -399,7 +399,7 @@ export default function userPage() {
|
|||
<img src='./img/user-card/user-card.png'>
|
||||
</div>
|
||||
<div style="display: inline-block; background-size: 100% 100%; width: 90px; height: 90px; text-align:center; vertical-align: top; margin-left: 11px;box-sizing: border;">
|
||||
<img src='./img/user-card/avatar-outer.png' style='position:absolute;width:90px;height:90px;left:11px'/>
|
||||
<img src='./img/user-card/avatar-outer.png' style='position:absolute;width:90px;height:90px;left:11px;z-index=-1'/>
|
||||
<img src="${
|
||||
d.data.fleaderimg
|
||||
? d.data.fleaderimg
|
||||
|
|
|
|||
Loading…
Reference in New Issue