头像和保存按钮

This commit is contained in:
luyuan 2020-11-18 14:28:21 +08:00
parent 224bacbb2a
commit 5e2db3ad91
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,10 @@
<div class="menu">
<div class="user" style="overflow: hidden;">
<div class="user" :class="{'seltop': selnum == 0}">
<img :src="userinfo.img" alt="" class="head">
<!-- <img :src="userinfo.img" alt="" class="head"> -->
<a-avatar :size="85" shape="circle" class="head" :src="userinfo.img">
<template v-slot:icon><UserOutlined /></template>
</a-avatar>
<div class="name">{{userinfo.name}}</div>
</div>
</div>

View File

@ -1350,6 +1350,9 @@ export default defineComponent({
line-height: 23px;
cursor: pointer;
user-select: none;
position: fixed;
bottom: 100px;
right: 300px;
}
// .submit-btn:hover {
// background: #08ae98;