修改用户头像和题目
This commit is contained in:
parent
006f22159a
commit
2227ba63a4
@ -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">
|
||||
|
||||
@ -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%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user