Commit b89c4ee5 authored by 王炽's avatar 王炽

66666

parent 6b99f417
...@@ -46,8 +46,10 @@ ...@@ -46,8 +46,10 @@
? "孕中" ? "孕中"
: babyInfo.babyName || "暂无昵称" : babyInfo.babyName || "暂无昵称"
}}</text> }}</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">
mode="aspectFit" /> <image class="user-detail-nickname-icon" :src="$baseUrl + 'registerLayer/icon_arrow_yellow.png'"
mode="aspectFit" />
</view>
</view> </view>
<!-- 积分账户 --> <!-- 积分账户 -->
<view class="integral-account"> <view class="integral-account">
...@@ -973,12 +975,21 @@ defineExpose({}); ...@@ -973,12 +975,21 @@ defineExpose({});
align-items: center; 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 { .user-detail-nickname-icon {
width: 20rpx; width: 20rpx;
height: 12rpx; height: 12rpx;
display: block; display: block;
margin-left: 20rpx;
margin-top: -10rpx;
} }
.nickname { .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