|
@@ -20,7 +20,9 @@
|
|
|
<span class="span" style="padding-left: 4px">{{ danWie }}</span>
|
|
|
<router-link to="/user/profile">
|
|
|
<span style="color: #00f6ff">用户名 :</span>
|
|
|
- <span style="padding-left: 4px; color: #00f6ff">{{ yongHu }}</span>
|
|
|
+ <span style="padding-left: 4px; color: #00f6ff; margin-right: 15px">{{
|
|
|
+ yongHu
|
|
|
+ }}</span>
|
|
|
<!-- <el-dropdown-item>个人中心</el-dropdown-item> -->
|
|
|
</router-link>
|
|
|
</div>
|
|
@@ -232,7 +234,7 @@ export default {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
.span {
|
|
|
- margin-right: 26px;
|
|
|
+ margin-right: 21px;
|
|
|
}
|
|
|
/* 退出登录 btl */
|
|
|
.el-button--btl.is-active,
|