mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix userprofile
This commit is contained in:
@@ -19,14 +19,6 @@ const accountInfo: any = inject('accountInfo')
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VBadge
|
|
||||||
dot
|
|
||||||
location="bottom right"
|
|
||||||
offset-x="3"
|
|
||||||
offset-y="3"
|
|
||||||
color="success"
|
|
||||||
bordered
|
|
||||||
>
|
|
||||||
<VAvatar
|
<VAvatar
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
color="primary"
|
color="primary"
|
||||||
@@ -46,20 +38,12 @@ const accountInfo: any = inject('accountInfo')
|
|||||||
<VListItem>
|
<VListItem>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<VListItemAction start>
|
<VListItemAction start>
|
||||||
<VBadge
|
|
||||||
dot
|
|
||||||
location="bottom right"
|
|
||||||
offset-x="3"
|
|
||||||
offset-y="3"
|
|
||||||
color="success"
|
|
||||||
>
|
|
||||||
<VAvatar
|
<VAvatar
|
||||||
color="primary"
|
color="primary"
|
||||||
variant="tonal"
|
variant="tonal"
|
||||||
>
|
>
|
||||||
<VImg :src="accountInfo.avatar" />
|
<VImg :src="accountInfo.avatar" />
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
</VBadge>
|
|
||||||
</VListItemAction>
|
</VListItemAction>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -121,5 +105,4 @@ const accountInfo: any = inject('accountInfo')
|
|||||||
</VMenu>
|
</VMenu>
|
||||||
<!-- !SECTION -->
|
<!-- !SECTION -->
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
</VBadge>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user