xiaohaizhao 1 éve
szülő
commit
d2290c6c7e
1 módosított fájl, 2 hozzáadás és 1 törlés
  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;