Commit 4a8a30c8 by qinjianhui

fix: 优化

parent a306dcd1
......@@ -46,6 +46,9 @@
</template>
</el-menu>
<div class="user-area">
<span class="user-avatar">
<i class="el-icon-user"></i>
</span>
<el-dropdown>
<div size="mini" style="color: #fff">
{{ userInfo && userInfo.realName
......@@ -299,4 +302,16 @@ export default {
margin-right: 10px;
}
}
.user-avatar {
width: 24px;
height: 24px;
border: 1px solid #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
font-size: 18px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment