From f848161c770d4ad2fa34c822a4886a83cf6f6e71 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 27 Feb 2026 11:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BE=8E=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);