mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
提交一个控制
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
<el-dropdown>
|
<el-dropdown>
|
||||||
<div style="margin-left: 50px;color: #fff;font-size: 14px;cursor: pointer;">
|
<div style="margin-left: 50px;color: #fff;font-size: 14px;cursor: pointer;">
|
||||||
<el-avatar v-if="userInfo.avatar !== ''" :src="userInfo.avatar" style="vertical-align: middle;width:40px;height:40px;margin-right:10px;"></el-avatar>
|
<el-avatar v-if="userInfo.avatar !== ''" :src="userInfo.avatar" style="vertical-align: middle;width:40px;height:40px;margin-right:10px;"></el-avatar>
|
||||||
<span style="display: inline-block;">
|
<span v-else style="display: inline-block;">
|
||||||
<img v-if="userInfo.sex === 1 " src="../../../../public/images/Avatarman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
<img v-if="userInfo.sex === 1 " src="../../../../public/images/Avatarman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
||||||
<img src="../../../../public/images/Avatarwoman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
<img src="../../../../public/images/Avatarwoman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user