Browse Source

主播端首页

warrior 2 months ago
parent
commit
977f9cb3ab
1 changed files with 4 additions and 1 deletions
  1. 4 1
      projects/live-app/src/modules/user/profile/profile.component.html

+ 4 - 1
projects/live-app/src/modules/user/profile/profile.component.html

@@ -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') == '男') {