用户详情头像调整

This commit is contained in:
慕下 2024-09-27 11:30:18 +08:00
parent fb91cef9e9
commit 16bda542c0

View File

@ -5,7 +5,7 @@
</template> </template>
<el-row> <el-row>
<el-col :span="4"> <el-col :span="4">
<ElAvatar shape="square" :size="140" :src="user.avatar || undefined" /> <ElAvatar shape="circle" :size="100" :src="user.avatar || undefined" />
</el-col> </el-col>
<el-col :span="20"> <el-col :span="20">
<el-descriptions :column="2"> <el-descriptions :column="2">