Compare commits

...

2 Commits

Author SHA1 Message Date
b973bee0b3 Merge pull request '用户详情头像调整' (#23) from zzw-one into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #23
2024-09-27 11:36:27 +08:00
16bda542c0 用户详情头像调整 2024-09-27 11:30:18 +08:00

View File

@ -5,7 +5,7 @@
</template>
<el-row>
<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 :span="20">
<el-descriptions :column="2">