修改
This commit is contained in:
parent
5a9d792ed0
commit
106d3b1f56
@ -38,7 +38,7 @@
|
||||
trigger="click"
|
||||
>
|
||||
<div class="avatar-wrapper">
|
||||
<img src="@/assets/logo/logo.png" class="user-avatar" />
|
||||
<img :src="avatar" class="user-avatar" />
|
||||
<i class="el-icon-caret-bottom" />
|
||||
</div>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
|
||||
@ -89,7 +89,7 @@ export default {
|
||||
|
||||
.sidebar-logo-container {
|
||||
position: relative;
|
||||
width: 85%;
|
||||
width: 83%;
|
||||
height: 80px;
|
||||
line-height: 30px;
|
||||
background: #2b2f3a;
|
||||
|
||||
@ -148,6 +148,8 @@
|
||||
]"
|
||||
>查看</el-button
|
||||
>
|
||||
<div v-else>无</div>
|
||||
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Loading…
Reference in New Issue
Block a user