fix: avatar page

This commit is contained in:
zzc
2026-01-31 22:01:02 +08:00
parent 1c42598335
commit f9453bae82
4 changed files with 13 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
>
<view class="nav-content">
<view class="back" @tap="goBack"></view>
<text class="nav-title">新春头像详情</text>
<text class="nav-title">专属头像</text>
</view>
</view>
@@ -261,6 +261,9 @@ const goToWallpaper = () => {
margin-right: 24rpx;
line-height: 1;
color: #333;
/* 增大点击区域 */
padding: 20rpx;
margin-left: -20rpx;
}
.nav-title {