功能变化: 前端头像优化
parent
dee29d3d5c
commit
7ba939e2f1
|
@ -33,7 +33,7 @@
|
|||
注销
|
||||
</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
<el-image v-if="info.avatar" :src="info.avatar" :preview-src-list="[info.avatar]" style="width: 20px;height: 20px" alt="头像"></el-image>
|
||||
<el-image v-if="info.avatar" :src="info.avatar" :preview-src-list="[info.avatar]" style="width: 20px;height: 20px;border-radius: 20%;top: 5px;" alt="头像"></el-image>
|
||||
</el-dropdown>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue