update
This commit is contained in:
@@ -67,7 +67,8 @@ onMounted(() => {
|
|||||||
<x-nav :show-back="false"></x-nav>
|
<x-nav :show-back="false"></x-nav>
|
||||||
|
|
||||||
<view class="!w-full !h-[484rpx] overflow-hidden relative">
|
<view class="!w-full !h-[484rpx] overflow-hidden relative">
|
||||||
<image class="!w-[1200rpx] !h-[480rpx] !absolute left-[-200rpx]" :src="user_BG" mode="aspectFill"></image>
|
<image class="!w-[1200rpx] !h-[480rpx] !absolute left-[-200rpx]" :src="UserStore.userInfo?.avatar"
|
||||||
|
mode="aspectFill"></image>
|
||||||
|
|
||||||
<view class="!w-full relative z-10 p-[20rpx] !flex gap-[34rpx] justify-between">
|
<view class="!w-full relative z-10 p-[20rpx] !flex gap-[34rpx] justify-between">
|
||||||
<image class="!size-[132rpx]" :src="Avatar" mode="aspectFill"></image>
|
<image class="!size-[132rpx]" :src="Avatar" mode="aspectFill"></image>
|
||||||
|
|||||||
Reference in New Issue
Block a user