调整卡片高度

This commit is contained in:
liuwei
2025-06-04 16:49:52 +08:00
parent ce01240c98
commit 658937b0a5

View File

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