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