用户信息显示优化
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<el-col :span="6">
|
||||
<div v-if="currentUser.success" style="display: flex; flex-direction: column; align-items: center;">
|
||||
<div v-if="currentUser.data.avatar" style="margin-bottom: 10px;">
|
||||
<img :src="'/static/images/' + currentUser.data.avatar" style="width: 80px; height: 80px; border-radius: 50%;" />
|
||||
<img :src="'/static/' + currentUser.data.avatar" style="width: 80px; height: 80px; border-radius: 50%;" />
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<div style="font-size: 18px; font-weight: bold;">{% raw %}{{ currentUser.data.nickname }}{% endraw %}</div>
|
||||
|
||||
Reference in New Issue
Block a user