|
@@ -20,7 +20,10 @@
|
|
|
alt=""
|
|
|
/>
|
|
|
</div> -->
|
|
|
- <app-avatar [avatar]="profile?.get('user')?.get('avatar')" />
|
|
|
+ <app-avatar
|
|
|
+ [avatar]="profile?.get('user')?.get('avatar')"
|
|
|
+ style="z-index: 99"
|
|
|
+ />
|
|
|
<div class="top-right-block">
|
|
|
<div class="top-left-title">{{ profile?.get("name") }}</div>
|
|
|
@if (user?.get('sex') == '男') {
|