修改用户头像和题目

This commit is contained in:
闫晓茹 2023-04-12 14:13:59 +08:00
parent 006f22159a
commit 2227ba63a4
2 changed files with 6 additions and 4 deletions

View File

@ -38,7 +38,7 @@
trigger="click"
>
<div class="avatar-wrapper">
<img :src="avatar" class="user-avatar" />
<img src="@/assets/logo/logo.png" class="user-avatar" />
<i class="el-icon-caret-bottom" />
</div>
<el-dropdown-menu slot="dropdown">

View File

@ -89,12 +89,14 @@ export default {
.sidebar-logo-container {
position: relative;
width: 100%;
height: 50px;
line-height: 50px;
width: 85%;
height: 80px;
line-height: 30px;
background: #2b2f3a;
text-align: center;
overflow: hidden;
margin-left: 5%;
margin-top: 5%;
& .sidebar-logo-link {
height: 100%;