首页美化一下

This commit is contained in:
liuwei
2026-02-27 11:17:09 +08:00
parent c0d210e867
commit f848161c77

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: 82px; height: 82px;" />
<img :src="currentUser.data.avatar" alt="用户头像" style="width: 100%; height: 100%;" />
</div>
</div>
</el-col>
@@ -752,8 +752,8 @@
}
.user-avatar-container {
width: 30px !important;
height: 30px !important;
width: 100% !important;
height: 100% !important;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 163, 255, 0.15);