xiaohaizhao 1 рік тому
батько
коміт
d2290c6c7e
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      pages/index/cloud/userInfo.vue

+ 2 - 1
pages/index/cloud/userInfo.vue

@@ -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;