调整卡片高度

This commit is contained in:
liuwei
2025-06-04 16:52:40 +08:00
parent e3fa142ac9
commit 094516884f

View File

@@ -14,7 +14,7 @@
<el-col :span="6">
<div class="user-avatar-column">
<div class="user-avatar-container">
<img :src="currentUser.data.avatar" alt="用户头像" style="width: 110px; height: 110px;" />
<img :src="currentUser.data.avatar" alt="用户头像" style="width: 116px; height: 116px;" />
</div>
</div>
</el-col>