|
@@ -11,7 +11,7 @@
|
|
|
<text class="title2">{{ userInfoValue.rolenames }}</text>
|
|
|
</view>
|
|
|
<view class="info">
|
|
|
- <text class="title">{{ userInfoValue.name || userInfoValue.remarks }}</text>
|
|
|
+ <text class="title u-line-2">{{ userInfoValue.name || userInfoValue.remarks }}</text>
|
|
|
<text class="time">已加入{{ userInfoValue.joindays > 30 ? `${Math.floor(userInfoValue.joindays / 30)}个月` :
|
|
|
`${userInfoValue.joindays}天` }}</text>
|
|
|
</view>
|
|
@@ -80,6 +80,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
+ flex: 1;
|
|
|
|
|
|
.avatar {
|
|
|
display: flex;
|