diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 85e8581..e60f0ec 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -14,7 +14,7 @@
- 用户头像 + 用户头像
@@ -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);