功能变化: 前端头像优化

pull/81/head
李强 2022-11-26 21:08:57 +08:00
parent dee29d3d5c
commit 7ba939e2f1
1 changed files with 1 additions and 1 deletions

View File

@ -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>