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