Browse Source

Merge branch 'dev/v1.0.56_zsy' of jianyu/web into feature/v1.0.56

zhangsiya 1 year ago
parent
commit
61d01f12d8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      apps/mobile/src/components/mine/MineHeader.vue

+ 3 - 2
apps/mobile/src/components/mine/MineHeader.vue

@@ -22,7 +22,7 @@
             </span>
             <AppIcon v-if="userIdentityList.length > 1" name="qiehuan" size="12" color="#171826" />
           </span>
-          <span class="identity-keep" @click.stop="jumpIdentityKeep">
+          <span class="identity-keep " @click.stop="jumpIdentityKeep">
             <span>身份信息维护</span>
             <AppIcon name="youbian" size="10" color="#fff" />
           </span>
@@ -476,8 +476,9 @@ export default {
         background: rgba(255, 255, 255, 0.65);
         margin-right: 8px;
         .identity-name{
+          overflow: hidden;
           display: inline-block;
-          max-width: 160px;
+          max-width: 150px;
         }
       }
       .identity-keep{