Commit b89c4ee5 authored by 王炽's avatar 王炽

66666

parent 6b99f417
......@@ -46,9 +46,11 @@
? "孕中"
: babyInfo.babyName || "暂无昵称"
}}</text>
<image class="user-detail-nickname-icon" @click="handleChangeBaby" :src="$baseUrl + 'registerLayer/icon_arrow_yellow.png'"
<view class="user-detail-nickname-icon-wrapper" @click="handleChangeBaby">
<image class="user-detail-nickname-icon" :src="$baseUrl + 'registerLayer/icon_arrow_yellow.png'"
mode="aspectFit" />
</view>
</view>
<!-- 积分账户 -->
<view class="integral-account">
<text class="integral-account-text"> 账号: </text>
......@@ -973,12 +975,21 @@ defineExpose({});
align-items: center;
}
.user-detail-nickname-icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
padding: 10rpx;
margin-left: 20rpx;
margin-top: -10rpx;
min-width: 60rpx;
min-height: 40rpx;
}
.user-detail-nickname-icon {
width: 20rpx;
height: 12rpx;
display: block;
margin-left: 20rpx;
margin-top: -10rpx;
}
.nickname {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment