mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<template>
|
||||
<div class="item-author">
|
||||
<div :style="`width:${width};height:${height};`" @click="toHome()">
|
||||
{{userAvatar}}
|
||||
<el-avatar shape="circle" :src="userAvatar" v-if="userAvatar"></el-avatar>
|
||||
|
||||
<div v-else class="uavatar">
|
||||
<div v-if="sex == null" style="border-radius: 50%;" :style="`width:${width};height:${height};`"></div>
|
||||
<div v-else>
|
||||
|
||||
Reference in New Issue
Block a user