|
|
@ -5,7 +5,7 @@ |
|
|
|
<view class="content"> |
|
|
|
<!-- 用户信息 --> |
|
|
|
<view class="user-info"> |
|
|
|
<image :src="userInfo.headImage" mode="widthFix"></image> |
|
|
|
<image :src="userInfo.headImage" mode="aspectFill"></image> |
|
|
|
<view class="base"> |
|
|
|
<view class="name" |
|
|
|
v-if="userInfo.auth">{{ userInfo.auth.name }}</view> |
|
|
@ -21,7 +21,7 @@ |
|
|
|
class="active-team team-item"> |
|
|
|
<view class="team-item-left"> |
|
|
|
<image src="@/static/image/broadside/project.png" |
|
|
|
mode="widthFix"></image> |
|
|
|
mode="aspectFill"></image> |
|
|
|
<view class="team-name">{{ userInfo.team.name }}</view> |
|
|
|
</view> |
|
|
|
<view class="team-item-right"> |
|
|
@ -72,6 +72,7 @@ |
|
|
|
|
|
|
|
image { |
|
|
|
width: 150rpx; |
|
|
|
height: 150rpx; |
|
|
|
border-radius: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
@ -116,6 +117,7 @@ |
|
|
|
|
|
|
|
image { |
|
|
|
width: 70rpx; |
|
|
|
height: 70rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.team-name { |
|
|
|